// %flair:license{ // This file is part of the Flair framework distributed under the // CECILL-C License, Version 1.0. // %flair:license} #ifndef COMMUNICATION_H #define COMMUNICATION_H // messages file socket #define FILE_INFO_LITTLE_ENDIAN 0x01 #define FILE_INFO_BIG_ENDIAN 0x02 #define END 0x03 #define XML_HEADER 0x3c #define ZLIB_HEADER 0x78 #define WATCHDOG_HEADER 0x01 #define DATAS_LITTLE_ENDIAN 0xfd #define DATAS_BIG_ENDIAN 0xfe #endif // COMMUNICATION_H