Go to the documentation of this file.
49 bool read_msg(std::string & msg)
override;
51 bool read_write_msg(std::string & msg, std::string & out)
override;
53 std::vector<std::string> states()
const;
55 std::map<std::string, mc_rtc::Configuration> configs()
const;
65 const std::string &
name() {
return name_; };
80 bool finished_first_ =
false;
Simplify access to values hold within a JSON file.
Definition: Configuration.h:165
Definition: Parallel.h:39
std::vector< std::string > outputStates_
Definition: Parallel.h:79
std::vector< DelayedState > states_
Definition: Parallel.h:74
Definition: Parallel.h:59
Definition: CompletionCriteria.h:10
#define MC_CONTROL_FSM_STATE_DLLAPI
Definition: api.h:50
std::shared_ptr< State > StatePtr
Definition: State.h:172
Definition: Controller.h:49
const std::string & name()
Definition: Parallel.h:65