A single TimeBroadcaster item.
subscriber | empathy::radio::Subscriber * |
The subscriber: the one who listens to this timed event. |
event | empathy::radio::Event |
The event to be dispatched on trigger. |
period | GLfloat |
The period of a repeating trigger. |
repeat | bool |
Whether the trigger should repeat. |
nextOccurance | GLfloat |
The next occurance of the trigger. |
TimeBroadcasterObject | ( | empathy::radio::Event | e, | |
GLfloat | nextOccurance, | |||
empathy::radio::Subscriber * | s, | |||
GLfloat | p | ) |
Constructor
e | |
nextOccurance | |
s | |
p |
printDebug | ( | ) |
Print the current state of this object. Useful for debugging purposes.