Message_request.h
Go to the documentation of this file.
1 
47 #ifndef CLEARPATH_MESSAGE_REQUEST_H
48 #define CLEARPATH_MESSAGE_REQUEST_H
49 
51 
52 namespace clearpath
53 {
54 
55  class Request : public Message
56  {
57  public:
58  Request(uint16_t type, uint16_t freq = 0);
59 
60  Request(const Request &other);
61  };
62 
63 }; // namespace clearpath
64 
65 #endif // CLEARPATH_MESSAGE_REQUEST_H
66 
Request(uint16_t type, uint16_t freq=0)


husky_base
Author(s): Mike Purvis , Paul Bovbel
autogenerated on Fri Oct 2 2020 03:40:07