1#ifndef COIN_SOSENSORMANAGER_H
2#define COIN_SOSENSORMANAGER_H
27#include <Inventor/SbBasic.h>
44 void setChangedCallback(
void (*sensorQueueChangedCB)(
void *),
void * data);
49 void processDelayQueue(SbBool isidle);
50 void processImmediateQueue(
void);
51 void processTimerQueue(
void);
53 SbBool isDelaySensorPending(
void);
54 SbBool isTimerSensorPending(
SbTime & tm);
56 void setDelaySensorTimeout(
const SbTime & t);
57 const SbTime & getDelaySensorTimeout(
void);
59 int doSelect(
int nfds,
void * readfds,
void * writefds,
60 void * exceptfds,
struct timeval * userTimeOut);
63 void notifyChanged(
void);
65 int mergeTimerQueues(
void);
66 int mergeDelayQueues(
void);
68 class SoSensorManagerP * pimpl;
69 friend class SoSensorManagerP;
The SbTime class instances represents time values.
Definition SbTime.h:41
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition SoDelayQueueSensor.h:31
The SoSensorManager class handles the sensor queues.
Definition SoSensorManager.h:34
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition SoTimerQueueSensor.h:30
The SoTimerSensor class is a sensor which will trigger at given intervals.
Definition SoTimerSensor.h:29
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.