Message_request.h
Go to the documentation of this file.
1 
39 #ifndef SAWYER_MESSAGE_REQUEST_H
40 #define SAWYER_MESSAGE_REQUEST_H
41 
42 #include "roch_base/core/Message.h"
43 
44 namespace sawyer
45 {
46 
47  class Request : public Message
48  {
49  public:
50  Request(uint16_t type, uint16_t freq = 0);
51 
52  Request(const Request &other);
53 
54  };
55 
56 }; // namespace sawyer
57 
58 #endif // SAWYER_MESSAGE_REQUEST_H
59 
Request(uint16_t type, uint16_t freq=0)


roch_base
Author(s): Mike Purvis , Paul Bovbel , Chen
autogenerated on Mon Jun 10 2019 14:41:14