Motion Master
Loading...
Searching...
No Matches
outgoing_machine_message.h
Go to the documentation of this file.
1#pragma once
2
3#include "machine_message.h"
4
6 public:
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};
Protocol
Definition machine_message.h:9
OutgoingMachineMessage()
Definition outgoing_machine_message.cc:3
std::string get_topic()
Definition outgoing_machine_message.cc:11
const motionmaster::MotionMasterMessage::Status & get_status() const
Definition outgoing_machine_message.cc:14