|
Open Model Railroad Network (OpenMRN)
|
Command from the throttle. More...
#include <Defs.hxx>
Public Types | |
| typedef CommandType | id_type |
| type of the dispatcher criteria | |
Public Member Functions | |
| id_type | id () |
Public Attributes | |
| CommandType | commandType |
| type of command | |
| CommandMultiType | commandMultiType |
| type of multi throttle command | |
| CommandSubType | commandSubType |
| type of throttle command | |
| string | train |
| The train description. | |
| string | payload |
| the command payload | |
Command from the throttle.
Definition at line 105 of file withrottle/Defs.hxx.
type of the dispatcher criteria
Definition at line 109 of file withrottle/Defs.hxx.
|
inline |
Definition at line 118 of file withrottle/Defs.hxx.
| CommandMultiType withrottle::ThrottleCommand::commandMultiType |
type of multi throttle command
Definition at line 112 of file withrottle/Defs.hxx.
| CommandSubType withrottle::ThrottleCommand::commandSubType |
type of throttle command
Definition at line 113 of file withrottle/Defs.hxx.
| CommandType withrottle::ThrottleCommand::commandType |
type of command
Definition at line 111 of file withrottle/Defs.hxx.
| string withrottle::ThrottleCommand::payload |
the command payload
Definition at line 115 of file withrottle/Defs.hxx.
| string withrottle::ThrottleCommand::train |
The train description.
Definition at line 114 of file withrottle/Defs.hxx.