#include <op_state_teleop.h>
|
| | ~OpStateTeleop () |
| |
| 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) |
| |
| virtual | ~OpState () |
| |
| virtual OpState * | StartupState (std::string const &cmd_id="") |
| |
| OpState * | HandleCmd (ff_msgs::CommandStampedPtr const &cmd, bool &completed, bool &successful) |
| |
| virtual OpState * | HandleWaitCallback () |
| |
| virtual OpState * | HandleGuestScienceAck (ff_msgs::AckStampedConstPtr const &ack) |
| |
| virtual 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) |
| |
| std::string | GenerateActionFailedMsg (ff_util::FreeFlyerActionState::Enum const &state, Action const &action, std::string const &action_result="") |
| |
| std::string | GetActionString (Action const &action) |
| |
| virtual bool | PausePlan (ff_msgs::CommandStampedPtr const &cmd) |
| |
| OpState * | TransitionToState (unsigned char id) |
| |
| std::string const & | name () const |
| |
| unsigned char const & | id () const |
| |
◆ ~OpStateTeleop()
| executive::OpStateTeleop::~OpStateTeleop |
( |
| ) |
|
|
inline |
◆ OpStateTeleop()
| executive::OpStateTeleop::OpStateTeleop |
( |
std::string const & |
name, |
|
|
unsigned char |
id |
|
) |
| |
|
inlineexplicitprotected |
◆ HandleCmd()
| OpState * executive::OpStateTeleop::HandleCmd |
( |
ff_msgs::CommandStampedPtr const & |
cmd | ) |
|
|
virtual |
◆ HandleResult()
◆ OpStateRepo
The documentation for this class was generated from the following files: