equip.runtime
Class TimeImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.runtime.Time
              extended byequip.runtime.TimeImpl
All Implemented Interfaces:
java.lang.Cloneable

public class TimeImpl
extends Time

Implementation of Time (IDL'd in eqBasicTypes.idl).


Field Summary
 
Fields inherited from class equip.runtime.Time
sec, usec
 
Constructor Summary
TimeImpl()
           
 
Method Summary
 void getCurrentTime()
          Get current time from local host system clock.
 
Methods inherited from class equip.runtime.Time
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeImpl

public TimeImpl()
Method Detail

getCurrentTime

public void getCurrentTime()
Description copied from class: Time
Get current time from local host system clock. In theory this should be a factory/init method, but I haven't implemented that part of eqidl [cmg].

Specified by:
getCurrentTime in class Time