Last change
on this file since 187 was
15,
checked in by Bayard Gildas, 5 years ago
|
sources reformatted with flair-format-dir script
|
File size:
469 bytes
|
Line | |
---|
1 | // %flair:license{ |
---|
2 | // This file is part of the Flair framework distributed under the |
---|
3 | // CECILL-C License, Version 1.0. |
---|
4 | // %flair:license} |
---|
5 | #ifndef COMMUNICATION_H |
---|
6 | #define COMMUNICATION_H |
---|
7 | |
---|
8 | // messages file socket |
---|
9 | #define FILE_INFO_LITTLE_ENDIAN 0x01 |
---|
10 | #define FILE_INFO_BIG_ENDIAN 0x02 |
---|
11 | #define END 0x03 |
---|
12 | |
---|
13 | #define XML_HEADER 0x3c |
---|
14 | #define ZLIB_HEADER 0x78 |
---|
15 | #define WATCHDOG_HEADER 0x01 |
---|
16 | |
---|
17 | #define DATAS_LITTLE_ENDIAN 0xfd |
---|
18 | #define DATAS_BIG_ENDIAN 0xfe |
---|
19 | |
---|
20 | #endif // COMMUNICATION_H |
---|
Note: See
TracBrowser
for help on using the repository browser.