source: flair-src/trunk/lib/FlairCore/src/unexported/communication.h@ 2

Last change on this file since 2 was 2, checked in by Sanahuja Guillaume, 8 years ago

flaircore

File size: 472 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
9//messages file socket
10#define FILE_INFO_LITTLE_ENDIAN 0x01
11#define FILE_INFO_BIG_ENDIAN 0x02
12#define END 0x03
13
14#define XML_HEADER 0x3c
15#define ZLIB_HEADER 0x78
16#define WATCHDOG_HEADER 0x01
17
18#define DATAS_LITTLE_ENDIAN 0xfd
19#define DATAS_BIG_ENDIAN 0xfe
20
21
22#endif // COMMUNICATION_H
Note: See TracBrowser for help on using the repository browser.