
Public Member Functions | |
| cast.cdl.CASTTime | fromTimeOfDayDouble (double todsecs) |
| cast.cdl.CASTTime | fromTimeOfDay (long secs, long usecs) |
| void | reset () |
Package Functions | |
| cast.cdl.CASTTime | getCASTTime () |
Definition at line 26 of file _TimeServerOperationsNC.java.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperationsNC.fromTimeOfDay | ( | long | secs, | |
| long | usecs | |||
| ) |
Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.
Implemented in cast.interfaces._TimeServerDisp.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperationsNC.fromTimeOfDayDouble | ( | double | todsecs | ) |
Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.
Implemented in cast.interfaces._TimeServerDisp.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperationsNC.getCASTTime | ( | ) | [package] |
Implemented in cast.interfaces._TimeServerDisp.
| void cast.interfaces._TimeServerOperationsNC.reset | ( | ) |
Sync the time server to 0. Should be equivalent to syncTo(0,0)
Implemented in cast.interfaces._TimeServerDisp.
1.5.8