what you get back when you read the value of a particular potentiometer More...
#include <source-device.h>
Public Types | |
| enum | eConstants { eStartMin = (+1000) * (1000), eStartMax = (-1000) * (1000) } |
Public Member Functions | |
| pot_value_t (void) throw () | |
| void | clear (void) throw () |
| void | dump (IN const char *title) const throw () |
| bool | isValid (void) const throw () |
| void | update (IN int newValue) throw () |
Public Attributes | |
| int | minSeen |
| minimum value seen | |
| int | maxSeen |
| maximum value seen | |
| int | value |
| current (most recent) value | |
what you get back when you read the value of a particular potentiometer
Definition at line 108 of file source-device.h.
Definition at line 109 of file source-device.h.
1.7.1