Rev 1314 | Rev 1323 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1314 | Rev 1315 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | #define MESSAGE_H_ |
9 | #define MESSAGE_H_ |
| 10 | 10 | ||
| 11 | #include <string> |
11 | #include <string> |
| 12 | #include <vector> |
12 | #include <vector> |
| 13 | #include <map> |
13 | #include <map> |
| 14 | #include " |
14 | #include "log/Logger.h" |
| 15 | #include "message/Variable.h" |
15 | #include "message/Variable.h" |
| 16 | #include "protocol/Protocol.h" |
16 | #include "protocol/Protocol.h" |
| 17 | #include "utils/convert.h" |
17 | #include "utils/convert.h" |
| 18 | 18 | ||
| 19 | using namespace std; |
19 | using namespace std; |
| Line 44... | Line 44... | ||
| 44 | responseList getResponses(); |
44 | responseList getResponses(); |
| 45 | 45 | ||
| 46 | void readBits(BitBuffer & buffer); |
46 | void readBits(BitBuffer & buffer); |
| 47 | 47 | ||
| 48 | private: |
48 | private: |
| 49 | Logger LOG; |
49 | log::Logger LOG; |
| 50 | 50 | ||
| 51 | const void *myOrigin; |
51 | const void *myOrigin; |
| 52 | 52 | ||
| 53 | bool myFromModule; |
53 | bool myFromModule; |
| 54 | string myModuletype; |
54 | string myModuletype; |