state snapshot of a source device. Used by configuration tools only More...
#include <source-device.h>
Public Types | |
enum | eConstants { eMaxButtons = 256, eMaxPots = 256 } |
Public Member Functions | |
device_state_t (void) throw () | |
void | clear (void) throw () |
void | dump (IN const char *title) const throw () |
Public Attributes | |
int | nPots |
int | nButtons |
int | button [eMaxButtons] |
pot_value_t | pot [eMaxPots] |
state snapshot of a source device. Used by configuration tools only
Definition at line 280 of file source-device.h.
Definition at line 282 of file source-device.h.