Definition at line 17 of file SensorManager.h.
Public Member Functions | |
| SensorManager () | |
| constructor for the sensor manager | |
| ~SensorManager () | |
| destructor for the sensor manager | |
| int | getSensorValue (int senID) |
| get the value of a sensor | |
Protected Member Functions | |
| int | addSensor () |
| add a sensor to the list | |
| int | delSensor () |
| delete a sensor from the list | |
Private Attributes | |
| SensorLL | ll |
| Linked list for the sensors. | |
|
|
add a sensor to the list
|
|
|
delete a sensor from the list
|
|
|
get the value of a sensor senID of the sensor you want to check
|
1.3.6