#include <op_state_plan_exec.h>
|
| | ~OpStatePlanExec () |
| |
| OpState * | StartupState (std::string const &cmd_id) |
| |
| OpState * | HandleCmd (ff_msgs::CommandStampedPtr const &cmd) |
| |
| OpState * | HandleResult (ff_util::FreeFlyerActionState::Enum const &state, std::string const &result_response, std::string const &cmd_id, Action const &action) |
| |
| OpState * | HandleWaitCallback () |
| |
| OpState * | HandleGuestScienceAck (ff_msgs::AckStampedConstPtr const &ack) |
| |
| void | AckCmd (std::string const &cmd_id, uint8_t completed_status=ff_msgs::AckCompletedStatus::OK, std::string const &message="", uint8_t status=ff_msgs::AckStatus::COMPLETED) |
| |
| void | AckPlanCmdFailed (uint8_t completed_status, std::string const &message) |
| |
| bool | PausePlan (ff_msgs::CommandStampedPtr const &cmd) |
| |
| virtual | ~OpState () |
| |
| OpState * | HandleCmd (ff_msgs::CommandStampedPtr const &cmd, bool &completed, bool &successful) |
| |
| std::string | GenerateActionFailedMsg (ff_util::FreeFlyerActionState::Enum const &state, Action const &action, std::string const &action_result="") |
| |
| std::string | GetActionString (Action const &action) |
| |
| OpState * | TransitionToState (unsigned char id) |
| |
| std::string const & | name () const |
| |
| unsigned char const & | id () const |
| |
◆ ~OpStatePlanExec()
| executive::OpStatePlanExec::~OpStatePlanExec |
( |
| ) |
|
|
inline |
◆ OpStatePlanExec()
| executive::OpStatePlanExec::OpStatePlanExec |
( |
std::string const & |
name, |
|
|
unsigned char |
id |
|
) |
| |
|
inlineexplicitprotected |
◆ AckCmd()
| void executive::OpStatePlanExec::AckCmd |
( |
std::string const & |
cmd_id, |
|
|
uint8_t |
completed_status = ff_msgs::AckCompletedStatus::OK, |
|
|
std::string const & |
message = "", |
|
|
uint8_t |
status = ff_msgs::AckStatus::COMPLETED |
|
) |
| |
|
virtual |
◆ AckPlanCmdFailed()
| void executive::OpStatePlanExec::AckPlanCmdFailed |
( |
uint8_t |
completed_status, |
|
|
std::string const & |
message |
|
) |
| |
◆ HandleCmd()
| OpState * executive::OpStatePlanExec::HandleCmd |
( |
ff_msgs::CommandStampedPtr const & |
cmd | ) |
|
|
virtual |
◆ HandleGuestScienceAck()
| OpState * executive::OpStatePlanExec::HandleGuestScienceAck |
( |
ff_msgs::AckStampedConstPtr const & |
ack | ) |
|
|
virtual |
◆ HandleResult()
◆ HandleWaitCallback()
| OpState * executive::OpStatePlanExec::HandleWaitCallback |
( |
| ) |
|
|
virtual |
◆ PausePlan()
| bool executive::OpStatePlanExec::PausePlan |
( |
ff_msgs::CommandStampedPtr const & |
cmd | ) |
|
|
virtual |
◆ StartupState()
| OpState * executive::OpStatePlanExec::StartupState |
( |
std::string const & |
cmd_id | ) |
|
|
virtual |
◆ OpStateRepo
The documentation for this class was generated from the following files: