#include <controlconfig.h>

Public Attributes | |
| const char * | name |
| tCtrlRef | ref |
| int | Id |
| const char * | minName |
| float | min |
| const char * | maxName |
| float | max |
| const char * | powName |
| float | pow |
| int | keyboardPossible |
Definition at line 32 of file controlconfig.h.
| int tCmdInfo::Id |
Definition at line 36 of file controlconfig.h.
| int tCmdInfo::keyboardPossible |
Definition at line 43 of file controlconfig.h.
| float tCmdInfo::max |
Definition at line 40 of file controlconfig.h.
| const char* tCmdInfo::maxName |
Definition at line 39 of file controlconfig.h.
| float tCmdInfo::min |
Definition at line 38 of file controlconfig.h.
| const char* tCmdInfo::minName |
Definition at line 37 of file controlconfig.h.
| const char* tCmdInfo::name |
Definition at line 34 of file controlconfig.h.
| float tCmdInfo::pow |
Definition at line 42 of file controlconfig.h.
| const char* tCmdInfo::powName |
Definition at line 41 of file controlconfig.h.
| tCtrlRef tCmdInfo::ref |
Definition at line 35 of file controlconfig.h.