RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <widgets.hpp>
Data Fields | |
size_t | id = 0 |
std::string | name |
std::string | description |
Widgets::Variable::variable_t | vartype = Widgets::Variable::UNKNOWN |
std::variant< int64_t, double, uint64_t, std::string, RT::State::state_t > | value |
Structure used to store information about module upon creation. It is a structure describing module specific constants and variables.
id | The identification number for the parameter |
name | The name of the channel |
description | short description of the channel |
vartype | type of variable that is stored |
value | The value of the parameter stored in a variant |
Definition at line 95 of file widgets.hpp.
std::string Widgets::Variable::Info::description |
Definition at line 99 of file widgets.hpp.
size_t Widgets::Variable::Info::id = 0 |
Definition at line 97 of file widgets.hpp.
std::string Widgets::Variable::Info::name |
Definition at line 98 of file widgets.hpp.
std::variant<int64_t, double, uint64_t, std::string, RT::State::state_t> Widgets::Variable::Info::value |
Definition at line 102 of file widgets.hpp.
Widgets::Variable::variable_t Widgets::Variable::Info::vartype = Widgets::Variable::UNKNOWN |
Definition at line 100 of file widgets.hpp.