cast.interfaces._TimeServerOperationsNC Interface Reference

Inheritance diagram for cast.interfaces._TimeServerOperationsNC:

cast.interfaces.TimeServer cast.interfaces._TimeServerDisp cast.interfaces._TimeServerTie

List of all members.

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 ()


Detailed Description

Servers to sync time across languages and machines. Currently wraps a simple monotonic timer.

Definition at line 26 of file _TimeServerOperationsNC.java.


Member Function Documentation

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]

void cast.interfaces._TimeServerOperationsNC.reset (  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Implemented in cast.interfaces._TimeServerDisp.


The documentation for this interface was generated from the following file:

Generated on Mon Jun 13 15:55:48 2011 for CAST Java by  doxygen 1.5.8