Message_request.h
Go to the documentation of this file.
00001 
00039 #ifndef SAWYER_MESSAGE_REQUEST_H
00040 #define SAWYER_MESSAGE_REQUEST_H
00041 
00042 #include "roch_base/core/Message.h"
00043 
00044 namespace sawyer
00045 {
00046 
00047   class Request : public Message
00048   {
00049   public:
00050     Request(uint16_t type, uint16_t freq = 0);
00051 
00052     Request(const Request &other);
00053     
00054   };
00055 
00056 }; // namespace sawyer
00057 
00058 #endif  // SAWYER_MESSAGE_REQUEST_H
00059 


roch_base
Author(s): Mike Purvis , Paul Bovbel , Carl
autogenerated on Sat Jun 8 2019 20:32:33