21 #include "pandabase.h"
23 #include "clockObject.h"
40 INLINE TimedCycle(PN_stdfloat cycle_time,
int element_count);
42 INLINE
void set_element_count(
int element_count);
43 INLINE
void set_cycle_time(PN_stdfloat cycle_time);
44 INLINE
int next_element();
52 PN_stdfloat _cycle_time;
53 PN_stdfloat _inv_cycle_time;
59 #include "timedCycle.I"
A class for anything that needs to cycle over some finite list of elements in increments based on tim...
A ClockObject keeps track of elapsed real time and discrete time.
A class to retrieve the individual data elements previously stored in a Datagram. ...
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...