.TH "coin_sensors" 3 "Tue Jun 23 2026 23:48:38" "Version 4.0.10" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME coin_sensors \- Sensor Classes .PP \- Sensors are objects that monitor other objects for changes and invoke callbacks when changes occur\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBSoAlarmSensor\fP" .br .RI "The \fBSoAlarmSensor\fP class is a sensor which will trigger once at a specified time\&. " .ti -1c .RI "class \fBSoDataSensor\fP" .br .RI "The \fBSoDataSensor\fP class is the abstract base class for sensors monitoring changes in a scene graph\&. " .ti -1c .RI "class \fBSoDelayQueueSensor\fP" .br .RI "The \fBSoDelayQueueSensor\fP class is the abstract base class for priority scheduled sensors\&. " .ti -1c .RI "class \fBSoFieldSensor\fP" .br .RI "The \fBSoFieldSensor\fP class detects changes to a field\&. " .ti -1c .RI "class \fBSoIdleSensor\fP" .br .RI "The \fBSoIdleSensor\fP class is a sensor which will trigger as soon as the application is idle\&. " .ti -1c .RI "class \fBSoNodeSensor\fP" .br .RI "The \fBSoNodeSensor\fP class detects changes to nodes\&. " .ti -1c .RI "class \fBSoOneShotSensor\fP" .br .RI "The \fBSoOneShotSensor\fP class is a sensor which will trigger once\&. " .ti -1c .RI "class \fBSoPathSensor\fP" .br .RI "The \fBSoPathSensor\fP class detects changes to paths\&. " .ti -1c .RI "class \fBSoSensor\fP" .br .RI "The \fBSoSensor\fP class is the abstract base class for all sensors\&. " .ti -1c .RI "class \fBSoSensorManager\fP" .br .RI "The \fBSoSensorManager\fP class handles the sensor queues\&. " .ti -1c .RI "class \fBSoTimerQueueSensor\fP" .br .RI "The \fBSoTimerQueueSensor\fP class is the abstract base class for sensors triggering on certain timer events\&. " .ti -1c .RI "class \fBSoTimerSensor\fP" .br .RI "The \fBSoTimerSensor\fP class is a sensor which will trigger at given intervals\&. " .in -1c .SH "Detailed Description" .PP Sensors are objects that monitor other objects for changes and invoke callbacks when changes occur\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.