progress #372
This commit is contained in:
parent
54366ffc7b
commit
4159761714
|
@ -113,6 +113,7 @@
|
|||
<listOptionValue builtIn="false" value=""../util""/>
|
||||
<listOptionValue builtIn="false" value=""../console""/>
|
||||
<listOptionValue builtIn="false" value=""../console/binary""/>
|
||||
<listOptionValue builtIn="false" value=""../console/fl_binary""/>
|
||||
<listOptionValue builtIn="false" value=""../config""/>
|
||||
<listOptionValue builtIn="false" value=""../config/engines""/>
|
||||
<listOptionValue builtIn="false" value=""../controllers""/>
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* @file ft_protocol.h
|
||||
*
|
||||
* @date Mar 14, 2017
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONSOLE_FL_BINARY_FT_PROTOCOL_H_
|
||||
#define CONSOLE_FL_BINARY_FT_PROTOCOL_H_
|
||||
|
||||
#define START_TAG 0xAA
|
||||
#define MAGIC_TAG 0xBB
|
||||
#define END_TAG 0xCC
|
||||
|
||||
#endif /* CONSOLE_FL_BINARY_FT_PROTOCOL_H_ */
|
Loading…
Reference in New Issue