30class EXPCL_PANDA_PUTIL TimedCycle
34 INLINE TimedCycle(PN_stdfloat cycle_time,
int element_count);
46 PN_stdfloat _cycle_time;
47 PN_stdfloat _inv_cycle_time;
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 ...
void write_datagram(Datagram &me)
Writes the contents of this object to the datagram for shipping out to a Bam file.
void set_cycle_time(PN_stdfloat cycle_time)
Set the number of elements being cycled through.
void set_element_count(int element_count)
Set the number of elements being cycled through.
int next_element()
Set the number of elements being cycled through.
void fillin(DatagramIterator &scan)
This internal function is called by make_TimedCycle to read in all of the relevant data from the BamF...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.