#include <timedCycle.h>
Public Member Functions | |
INLINE | TimedCycle () |
INLINE | TimedCycle (float cycle_time, int element_count) |
INLINE void | set_element_count (int element_count) |
INLINE void | set_cycle_time (float cycle_time) |
INLINE int | next_element () |
void | write_datagram (Datagram &me) |
void | fillin (DatagramIterator &scan) |
Private Attributes | |
ClockObject * | _global_clock |
float | _cycle_time |
float | _inv_cycle_time |
double | _next_switch |
int | _current_child |
int | _element_count |
|
|
|
|
|
Definition at line 43 of file timedCycle.cxx. References _current_child, _cycle_time, _element_count, _global_clock, _inv_cycle_time, _next_switch, DatagramIterator::get_float32(), ClockObject::get_global_clock(), ClockObject::get_real_time(), and DatagramIterator::get_uint16(). |
|
|
|
|
|
|
|
Definition at line 30 of file timedCycle.cxx. References _cycle_time, _element_count, Datagram::add_float32(), and Datagram::add_uint16(). |
|
Definition at line 59 of file timedCycle.h. Referenced by fillin(). |
|
Definition at line 56 of file timedCycle.h. Referenced by fillin(), and write_datagram(). |
|
Definition at line 60 of file timedCycle.h. Referenced by fillin(), and write_datagram(). |
|
Definition at line 55 of file timedCycle.h. Referenced by fillin(). |
|
Definition at line 57 of file timedCycle.h. Referenced by fillin(). |
|
Definition at line 58 of file timedCycle.h. Referenced by fillin(). |