
Public Member Functions | |
| cast.cdl.CASTTime | fromTimeOfDayDouble (double todsecs, Ice.Current __current) |
| cast.cdl.CASTTime | fromTimeOfDay (long secs, long usecs, Ice.Current __current) |
| void | reset (Ice.Current __current) |
Package Functions | |
| cast.cdl.CASTTime | getCASTTime (Ice.Current __current) |
Definition at line 26 of file _TimeServerOperations.java.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperations.fromTimeOfDay | ( | long | secs, | |
| long | usecs, | |||
| Ice.Current | __current | |||
| ) |
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.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TimeServerTie.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperations.fromTimeOfDayDouble | ( | double | todsecs, | |
| Ice.Current | __current | |||
| ) |
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.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TimeServerTie.
| cast.cdl.CASTTime cast.interfaces._TimeServerOperations.getCASTTime | ( | Ice.Current | __current | ) | [package] |
Implemented in cast.interfaces._TimeServerTie.
| void cast.interfaces._TimeServerOperations.reset | ( | Ice.Current | __current | ) |
Sync the time server to 0. Should be equivalent to syncTo(0,0)
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TimeServerTie.
1.5.8