iv::StringIO< comp::SimulationState::State > Struct Reference
#include <SimulationState.hpp>
Static Public Attributes | |
static const ValuesType | Values |
Additional Inherited Members | |
![]() | |
typedef std::initializer_list< std::pair< Enum, const char * > > | ValuesType |
![]() | |
Enum | Read (const char *source, Context const *context) const |
std::string | Write (Enum const &value, Context const *context) const |
Detailed Description
Definition at line 45 of file SimulationState.hpp.
Member Data Documentation
◆ Values
|
static |
Initial value:
=
{
{ comp::SimulationState::State::Empty, "Empty" },
{ comp::SimulationState::State::Running, "Running" },
{ comp::SimulationState::State::Paused, "Paused" },
{ comp::SimulationState::State::Ended, "Ended" }
}
Definition at line 47 of file SimulationState.hpp.
The documentation for this struct was generated from the following files:
- iv_components/Simulation/SimulationState.hpp
- iv_components/Simulation/SimulationState.cpp