|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef EXECUTIVE_OP_STATE_FAULT_H_
20 #define EXECUTIVE_OP_STATE_FAULT_H_
36 std::string
const& result_response,
37 std::string
const& cmd_id,
50 #endif // EXECUTIVE_OP_STATE_FAULT_H_
OpState * HandleResult(ff_util::FreeFlyerActionState::Enum const &state, std::string const &result_response, std::string const &cmd_id, Action const &action)
Definition: op_state_fault.cc:118
Action
Definition: executive_action_client.h:29
Definition: op_state_repo.h:43
~OpStateFault()
Definition: op_state_fault.h:28
OpState * HandleGuestScienceAck(ff_msgs::AckStampedConstPtr const &ack)
Definition: op_state_fault.cc:104
OpStateFault(std::string const &name, unsigned char id)
Definition: op_state_fault.h:41
Definition: op_state_fault.h:26
OpState * HandleCmd(ff_msgs::CommandStampedPtr const &cmd)
Definition: op_state_fault.cc:23
Enum
Definition: ff_action.h:41
uint8_t state
Definition: signal_lights.h:90
unsigned char const & id() const
Definition: op_state.h:82
std::string const & name() const
Definition: op_state.h:81
Definition: executive.h:87
Definition: op_state.h:45