sbgECom  1.11.920-stable
sbgEComLib.h
Go to the documentation of this file.
1 
29 #ifndef __SBG_ECOM_LIB_H__
30 #define __SBG_ECOM_LIB_H__
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 #include <sbgCommon.h>
37 #include <crc/sbgCrc.h>
38 #include <interfaces/sbgInterface.h>
39 #include <interfaces/sbgInterfaceUdp.h>
40 #include <interfaces/sbgInterfaceSerial.h>
41 #include <interfaces/sbgInterfaceFile.h>
42 #include <splitBuffer/sbgSplitBuffer.h>
43 #include <streamBuffer/sbgStreamBuffer.h>
44 #include <network/sbgNetwork.h>
45 #include <swap/sbgSwap.h>
46 #include "sbgECanId.h"
47 #include "sbgEComIds.h"
48 #include "commands/sbgEComCmd.h"
51 #include "sbgEComVersion.h"
52 #include "sbgEComGetVersion.h"
53 
54 //----------------------------------------------------------------------//
55 //- Footer (close extern C block) -//
56 //----------------------------------------------------------------------//
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif /* __SBG_ECOM_LIB_H__ */
This file is used to parse received binary logs.
Implementation of the Ekinox binary communication protocol. You can access low-level communication w...
Header file that contains all versions related information such as change log.
Defines all sbgECom commands identifiers.
This file describes the eCom command system.
Version information.