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

Last change on this file since 238 was 234, checked in by Sanahuja Guillaume, 6 years ago

create file oscket only when necessary

File size: 515 bytes
RevLine 
[2]1// %flair:license{
[15]2// This file is part of the Flair framework distributed under the
3// CECILL-C License, Version 1.0.
[2]4// %flair:license}
5#ifndef COMMUNICATION_H
6#define COMMUNICATION_H
7
[234]8// messages data socket
[2]9#define XML_HEADER 0x3c
10#define ZLIB_HEADER 0x78
11#define WATCHDOG_HEADER 0x01
[234]12#define DATAS_LITTLE_ENDIAN 0x02
13#define DATAS_BIG_ENDIAN 0x03
[2]14
[234]15#define START_SENDING_FILES 0x10
16#define FILE_INFO_LITTLE_ENDIAN 0x11
17#define FILE_INFO_BIG_ENDIAN 0x12
18#define END_SENDING_FILES 0x13
[2]19
20#endif // COMMUNICATION_H
Note: See TracBrowser for help on using the repository browser.