sbgEComCmdInfo.h
Go to the documentation of this file.
1 
20 #ifndef __SBG_ECOM_CMD_INFO_H__
21 #define __SBG_ECOM_CMD_INFO_H__
22 
23 #include "sbgEComCmdCommon.h"
24 
25 //----------------------------------------------------------------------//
26 //- Device info definitions -//
27 //----------------------------------------------------------------------//
28 
29 /* Misc */
30 #define SBG_ECOM_INFO_PRODUCT_CODE_LENGTH (32)
31 
32 //----------------------------------------------------------------------//
33 //- Device Info structure -//
34 //----------------------------------------------------------------------//
35 
39 typedef struct _SbgEComDeviceInfo
40 {
42  uint32_t serialNumber;
43  uint32_t calibationRev;
44  uint16_t calibrationYear;
45  uint8_t calibrationMonth;
46  uint8_t calibrationDay;
47  uint32_t hardwareRev;
48  uint32_t firmwareRev;
50 
51 //----------------------------------------------------------------------//
52 //- Info commands -//
53 //----------------------------------------------------------------------//
54 
62 
63 #endif
This file groups all common definitions required by all commands.
uint8_t productCode[SBG_ECOM_INFO_PRODUCT_CODE_LENGTH]
uint16_t calibrationYear
#define SBG_ECOM_INFO_PRODUCT_CODE_LENGTH
SbgErrorCode sbgEComCmdGetInfo(SbgEComHandle *pHandle, SbgEComDeviceInfo *pInfo)
struct _SbgEComDeviceInfo SbgEComDeviceInfo
enum _SbgErrorCode SbgErrorCode


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