Motion Master
|
#include <incoming_machine_message.h>
Public Member Functions | |
IncomingMachineMessage () | |
IncomingMachineMessage (Protocol protocol, std::string &connection_id, motionmaster::MotionMasterMessage &message) | |
const motionmaster::MotionMasterMessage::Request & | get_request () const |
![]() | |
Protocol | get_protocol () const |
const std::string & | get_connection_id () const |
const motionmaster::MotionMasterMessage & | get_message () const |
Additional Inherited Members | |
![]() | |
enum class | Protocol { kAll , kZmq , kWs } |
![]() | |
MachineMessage () | |
MachineMessage (Protocol protocol, std::string &connection_id, motionmaster::MotionMasterMessage &message) | |
IncomingMachineMessage::IncomingMachineMessage | ( | ) |
IncomingMachineMessage::IncomingMachineMessage | ( | Protocol | protocol, |
std::string & | connection_id, | ||
motionmaster::MotionMasterMessage & | message | ||
) |
const motionmaster::MotionMasterMessage::Request & IncomingMachineMessage::get_request | ( | ) | const |