Go to the documentation of this file.
34 INLINE
TimedCycle(PN_stdfloat cycle_time,
int element_count);
36 INLINE
void set_element_count(
int element_count);
37 INLINE
void set_cycle_time(PN_stdfloat cycle_time);
38 INLINE
int next_element();
46 PN_stdfloat _cycle_time;
47 PN_stdfloat _inv_cycle_time;
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A class to retrieve the individual data elements previously stored in a Datagram.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.