1 #ifndef STATE_EXCHANGER_H 2 #define STATE_EXCHANGER_H 6 #include <smach_msgs/SmachContainerStatus.h> 7 #include <cpswarm_msgs/ArrayOfStates.h> 8 #include <cpswarm_msgs/StateEvent.h> 42 #endif // STATE_EXCHANGER_H
struct state_t state_t
A STATE type containing UUID and state of the corresponding CPS together with last updated time stamp...
string sm_path
The path of the smach state machine whose state shall be exchanged.
bool state_valid
Whether a valid state has been received.
string state
Current state of the CPS.
A STATE type containing UUID and state of the corresponding CPS together with last updated time stamp...
map< string, state_t > swarm_state
The state of all known swarm members.