sbgStreamBuffer.h
Go to the documentation of this file.
1 
21 #ifndef SBG_STREAM_BUFFER_H
22 #define SBG_STREAM_BUFFER_H
23 
24 //----------------------------------------------------------------------//
25 //- Header (open extern C block) -//
26 //----------------------------------------------------------------------//
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 #include "sbgStreamBufferLE.h"
32 #include "sbgStreamBufferBE.h"
33 
34 //----------------------------------------------------------------------//
35 //- Footer (close extern C block) -//
36 //----------------------------------------------------------------------//
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #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.


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22