![]() |
Scanframe Modular Application 0.1.0
|
Structure to hold a single state. More...
#include <GmiInterface.h>
Public Types | |
typedef TVector< ParamState > | Vector |
Vector holding param-state instances. | |
Public Member Functions | |
ParamState (const ParamState &ps) | |
Copy constructor. | |
ParamState (const std::string &name, const Value &value) | |
Copy constructor. | |
bool | operator== (const ParamState &ps) const |
Compare equal operator. | |
Public Attributes | |
std::string | _name |
Holds the name of the state. | |
Value | _value |
Holds the value of the state. | |
Structure to hold a single state.
typedef TVector<ParamState> sf::gmi::ParamState::Vector |
Vector holding param-state instances.
sf::gmi::ParamState::ParamState | ( | const ParamState & | ps | ) |
Copy constructor.
sf::gmi::ParamState::ParamState | ( | const std::string & | name, |
const Value & | value | ||
) |
Copy constructor.
bool sf::gmi::ParamState::operator== | ( | const ParamState & | ps | ) | const |
Compare equal operator.
std::string sf::gmi::ParamState::_name |
Holds the name of the state.
Value sf::gmi::ParamState::_value |
Holds the value of the state.