56#ifndef _SO_ONE_SHOT_SENSOR_
57#define _SO_ONE_SHOT_SENSOR_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
void SoSensorCB(void *data, SoSensor *sensor)
This typedef defines the calling sequence for all callbacks from sensors.
SoDelayQueueSensor()
Constructors. The second form takes standard callback function and data.
virtual ~SoOneShotSensor()
Destroys the sensor, freeing up any memory associated with it after unscheduling it.
SoOneShotSensor(SoSensorCB *func, void *data)
Creation methods.
SoOneShotSensor()
Creation methods.
SoSensorCB * func
Callback function.