RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Data Structures | |
| struct | Info |
Typedefs | |
| typedef size_t | Id |
Enumerations | |
| enum | variable_t : size_t { INT_PARAMETER = 0 , DOUBLE_PARAMETER , UINT_PARAMETER , STATE , COMMENT , UNKNOWN } |
Functions | |
| std::string | state2string (RT::State::state_t state) |
| std::string | vartype2string (variable_t type) |
Variables | |
| constexpr Id | INVALID_ID = static_cast<Id>(std::numeric_limits<size_t>::max()) |
variable and state structures about constants and parameters
| typedef size_t Widgets::Variable::Id |
Definition at line 47 of file widgets.hpp.
| enum Widgets::Variable::variable_t : size_t |
Code description of the variable type used for the parameter
| Enumerator | |
|---|---|
| INT_PARAMETER | |
| DOUBLE_PARAMETER | |
| UINT_PARAMETER | |
| STATE | |
| COMMENT | |
| UNKNOWN | |
Definition at line 53 of file widgets.hpp.
| std::string Widgets::Variable::state2string | ( | RT::State::state_t | state | ) |
Converts state code to human readable string
| code | the state code to convert |
Definition at line 22 of file widgets.cpp.
| std::string Widgets::Variable::vartype2string | ( | variable_t | type | ) |
Converts variable type to human readable string
| code | the variable type code to convert |
Definition at line 51 of file widgets.cpp.
| constexpr |
Definition at line 48 of file widgets.hpp.