My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
OptCamMsg.h
Go to the documentation of this file.
1 #ifndef OPTCAMMSG_H
2 #define OPTCAMMSG_H
3 
11 #include "gcp/util/common/GenericTaskMsg.h"
12 
13 namespace gcp {
14 namespace mediator {
15 
16  class OptCamMsg :
18 
19  public:
20 
24  enum MsgType {
25  CONNECT // A message to connect to the optcam port.
26  };
27 
32 
33  }; // End class OptcamMsg
34 
35 } // End namespace mediator
36 } // End namespace gcp
37 
38 #endif // End #ifndef
Definition: GenericTaskMsg.h:31
MsgType
Definition: OptCamMsg.h:24
Definition: OptCamMsg.h:16
MsgType type
Definition: OptCamMsg.h:31