Motion Master
Loading...
Searching...
No Matches
apps
motion_master
outgoing_machine_message.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
machine_message.h
"
4
5
class
OutgoingMachineMessage
:
public
MachineMessage
{
6
public
:
7
OutgoingMachineMessage
();
8
9
OutgoingMachineMessage
(
Protocol
protocol, std::string& connection_id,
10
std::string& topic,
11
motionmaster::MotionMasterMessage& message);
12
13
std::string
get_topic
();
14
15
const
motionmaster::MotionMasterMessage::Status&
get_status
()
const
;
16
17
private
:
18
std::string topic_;
19
};
MachineMessage::MachineMessage
MachineMessage()
MachineMessage::Protocol
Protocol
Definition
machine_message.h:9
OutgoingMachineMessage::OutgoingMachineMessage
OutgoingMachineMessage()
Definition
outgoing_machine_message.cc:3
OutgoingMachineMessage::get_topic
std::string get_topic()
Definition
outgoing_machine_message.cc:11
OutgoingMachineMessage::get_status
const motionmaster::MotionMasterMessage::Status & get_status() const
Definition
outgoing_machine_message.cc:14
machine_message.h
Generated by
1.14.0