sbgECom Library  5.3.2276-stable
Interface SBG Systems IMU/AHRS/INS
Loading...
Searching...
No Matches
sbgEComSessionInfo.h
Go to the documentation of this file.
1
36
41
42#ifndef SBG_ECOM_SESSION_INFO_H
43#define SBG_ECOM_SESSION_INFO_H
44
45// sbgCommonLib headers
46#include <sbgCommon.h>
47
48// Project headers
49#include <pager/sbgEComPager.h>
50
51#ifdef __cplusplus
52extern "C" {
53#endif
54
55//----------------------------------------------------------------------//
56//- Constant definitions -//
57//----------------------------------------------------------------------//
58
62#define SBG_ECOM_SESSION_INFO_BUFFER_SIZE (32768)
63
64//----------------------------------------------------------------------//
65//- Structure definitions -//
66//----------------------------------------------------------------------//
67
79
80//----------------------------------------------------------------------//
81//- Public functions -//
82//----------------------------------------------------------------------//
83
92
106SbgErrorCode sbgEComSessionInfoCtxProcess(SbgEComSessionInfoCtx *pCtx, uint16_t pageIndex, uint16_t nrPages, const void *pBuffer, size_t size);
107
117
118#ifdef __cplusplus
119}
120#endif
121
122#endif // SBG_ECOM_SESSION_INFO_H
Main header for the SBG Systems common C library.
Page management.
struct _SbgEComPager SbgEComPager
SbgErrorCode sbgEComSessionInfoCtxProcess(SbgEComSessionInfoCtx *pCtx, uint16_t pageIndex, uint16_t nrPages, const void *pBuffer, size_t size)
#define SBG_ECOM_SESSION_INFO_BUFFER_SIZE
Definition sbgEComSessionInfo.h:62
struct _SbgEComSessionInfoCtx SbgEComSessionInfoCtx
const char * sbgEComSessionInfoCtxGetString(const SbgEComSessionInfoCtx *pCtx)
void sbgEComSessionInfoCtxConstruct(SbgEComSessionInfoCtx *pCtx)
enum _SbgErrorCode SbgErrorCode
Definition sbgEComSessionInfo.h:74
SbgEComPager pager
Definition sbgEComSessionInfo.h:77