Wyatt  1.0.1
MockIRRangeFinderSensorMessage.h
1 //
2 // Created by Tucker Haydon on 4/25/17.
3 //
4 
5 #pragma once
6 #include "messages/IMessage.h"
7 #include <string>
8 
13 public:
16  std::string serialize() override;
17  std::string getData();
18 
19 private:
20  std::string data;
21 };
Hardware hardware
Definition: IMessage.h:45