CORBA 2.3.7 Programmer's Reference

API Methods
NSDEFw_Timer()
Creates a timer object.
NSDEFw_Timer( Fw_Ticks pv_ticks )
Creates a timer object and sets the value of the ticks attribute.
~NSDEFw_Timer()
Destructor for the current timer object.
Fw_Ticks get_ticks()
Returns the current value of the ticks attribute.
void set_ticks( Fw_Ticks pv_ticks )
Sets the value of the ticks attribute.
void wait()
Blocks the callers thread for the number of ticks specified by the current value of the ticks
attribute.
void wait( Fw_Ticks pv_ticks )
Blocks the callers thread for the number of ticks specified by the supplied ticks parameter.
Prev Up Next
Chapter 7. Transaction Service
Home
Chapter 9. NonStop CORBA Event
Framework