1 #ifndef COIN_SOALARMSENSOR_H 2 #define COIN_SOALARMSENSOR_H 36 #include <Inventor/sensors/SoTimerQueueSensor.h> 46 void setTime(
const SbTime & abstime);
47 void setTimeFromNow(
const SbTime & reltime);
48 const SbTime & getTime(
void)
const;
56 #endif // !COIN_SOALARMSENSOR_H void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition: SoTimerQueueSensor.h:39
The SoAlarmSensor class is a sensor which will trigger once at a specified time.
Definition: SoAlarmSensor.h:38
virtual void schedule(void)
Definition: SoTimerQueueSensor.cpp:185
The SbTime class instances represents time values.
Definition: SbTime.h:50