sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgStreamBuffer.h
Go to the documentation of this file.
1 
33 #ifndef SBG_STREAM_BUFFER_H
34 #define SBG_STREAM_BUFFER_H
35 
36 //----------------------------------------------------------------------//
37 //- Header (open extern C block) -//
38 //----------------------------------------------------------------------//
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
43 #include "sbgStreamBufferLE.h"
44 #include "sbgStreamBufferBE.h"
45 
46 //----------------------------------------------------------------------//
47 //- Footer (close extern C block) -//
48 //----------------------------------------------------------------------//
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* SBG_STREAM_BUFFER_H */
Specific method of stream buffer for little endian readings/writings.
Specific method of stream buffer for little endian readings/writings.