Uses of Class
se.lth.cs.realtime.Timebase

Packages that use Timebase
se.lth.cs.realtime Core package supporting concurrent and real-time programming in a portable way. 
se.lth.cs.realtime.event Package containing classes related to event handling and message-based communication. 
 

Uses of Timebase in se.lth.cs.realtime
 

Fields in se.lth.cs.realtime declared as Timebase
protected  Timebase Timebase.envTimebase
          The time base of the surrounding system, such as the real world.
protected  Timebase Timebase.envTimebase
          The time base of the surrounding system, such as the real world.
 

Methods in se.lth.cs.realtime that return Timebase
 Timebase Activity.getTimebase()
           
 Timebase ActivityImpl.getTimebase()
           
 Timebase JThread.getTimebase()
          Time bases not implemented yet.
 Timebase RTThread.getTimebase()
          Time bases not implemented yet.
 Timebase RTThread.getTimebase()
          Time bases not implemented yet.
 Timebase JThread.getTimebase()
          Time bases not implemented yet.
 Timebase ActivityImpl.getTimebase()
           
 Timebase Activity.getTimebase()
           
 

Uses of Timebase in se.lth.cs.realtime.event
 

Fields in se.lth.cs.realtime.event declared as Timebase
protected  Timebase RTEvent.ticker
          The time-base relating number of ticks to real time.
protected  Timebase RTEvent.ticker
          The time-base relating number of ticks to real time.
 

Methods in se.lth.cs.realtime.event that return Timebase
 Timebase RTEvent.getTimebase()
          Obtains the time-base relating (possibly locally counted) ticks or seconds to real or simulated time.
 Timebase RTEvent.getTimebase()
          Obtains the time-base relating (possibly locally counted) ticks or seconds to real or simulated time.
 

Constructors in se.lth.cs.realtime.event with parameters of type Timebase
AckEvent(java.lang.Object source, long ts, Timebase timebase)
           
ActivityEvent(Activity source, long ts, Timebase timebase)
          Constructs an activity-event object with the specified source object and time-stamp with respect to the specified time-base.
InhibitEvent(Activity source, long ts, Timebase timebase)
           
PeriodicEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an PeriodicEvent object with the specified source object and time-stamp with respect to the specified time-base.
RTEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an RTEvent object with the specified source object and time-stamp with respect to the specified time-base.
RunnableEvent(java.lang.Object source, long ts, Timebase timebase)
           
TriggerEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an TriggerEvent object with the specified source object and time-stamp with respect to the specified time-base.
TriggerEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an TriggerEvent object with the specified source object and time-stamp with respect to the specified time-base.
RunnableEvent(java.lang.Object source, long ts, Timebase timebase)
           
RTEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an RTEvent object with the specified source object and time-stamp with respect to the specified time-base.
PeriodicEvent(java.lang.Object source, long ts, Timebase timebase)
          Constructs an PeriodicEvent object with the specified source object and time-stamp with respect to the specified time-base.
InhibitEvent(Activity source, long ts, Timebase timebase)
           
ActivityEvent(Activity source, long ts, Timebase timebase)
          Constructs an activity-event object with the specified source object and time-stamp with respect to the specified time-base.
AckEvent(java.lang.Object source, long ts, Timebase timebase)