Definition at line 12 of file TempSensor.h.
Public Member Functions | |
| TempSensor (char *senName, int senID) | |
| constructor for a temperature sensor | |
| ~TempSensor () | |
| Destructor for a sensor. | |
| Status | getStatus () |
| get the status of the sensor | |
| char * | getName () |
| get the name of the sensor | |
| int | getID () |
| the id of the sensor | |
| int | getValue () |
| the current value of the sensor | |
| void | setValue (int newVal) |
| set the value of the sensor | |
|
||||||||||||
|
constructor for a temperature sensor
|
|
|
the id of the sensor
Implements Sensor. |
|
|
get the name of the sensor
Implements Sensor. |
|
|
get the status of the sensor
Implements Sensor. |
|
|
the current value of the sensor
Implements Sensor. |
|
|
set the value of the sensor
Implements Sensor. |
1.3.6