Definition at line 12 of file VoltSensor.h.
Public Member Functions | |
| VoltSensor (char *senName, int senID) | |
| constructor for a voltage sensor | |
| ~VoltSensor () | |
| 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 voltage 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