Motion Master
|
#include <outgoing_machine_message.h>
Public Member Functions | |
OutgoingMachineMessage () | |
OutgoingMachineMessage (Protocol protocol, std::string &connection_id, std::string &topic, motionmaster::MotionMasterMessage &message) | |
std::string | get_topic () |
const motionmaster::MotionMasterMessage::Status & | get_status () const |
Public Member Functions inherited from MachineMessage | |
Protocol | get_protocol () const |
const std::string & | get_connection_id () const |
const motionmaster::MotionMasterMessage & | get_message () const |
Additional Inherited Members | |
Public Types inherited from MachineMessage | |
enum class | Protocol { kAll , kZmq , kWs } |
Protected Member Functions inherited from MachineMessage | |
MachineMessage () | |
MachineMessage (Protocol protocol, std::string &connection_id, motionmaster::MotionMasterMessage &message) |
OutgoingMachineMessage::OutgoingMachineMessage | ( | ) |
OutgoingMachineMessage::OutgoingMachineMessage | ( | Protocol | protocol, |
std::string & | connection_id, | ||
std::string & | topic, | ||
motionmaster::MotionMasterMessage & | message ) |
const motionmaster::MotionMasterMessage::Status & OutgoingMachineMessage::get_status | ( | ) | const |
std::string OutgoingMachineMessage::get_topic | ( | ) |