the parsed AR0820 embedded data (customized information)
Definition at line 45 of file AR0820_CUST1_CustomData.h.
Data Fields | |
uint16_t | volterr |
indicate voltage error More... | |
uint16_t | temperr |
indicate temperature error More... | |
uint16_t | statserr |
indicate stats error More... | |
float_t | currvolt [MAXNUM_VOLTAGE] |
current voltage value array More... | |
float_t | maxvolt [MAXNUM_VOLTAGE] |
maximum voltage value array More... | |
float_t | minvolt [MAXNUM_VOLTAGE] |
minimum voltage value array More... | |
float_t | currtemp |
current temperature More... | |
uint8_t | expect_roiStats [ROI_STATS_BYTE_NUM] |
expected roi1 stats More... | |
uint8_t | roiStats [ROI_STATS_BYTE_NUM] |
current roi1 stats More... | |
float_t AR0820CustomEmbeddedData::currtemp |
current temperature
Definition at line 59 of file AR0820_CUST1_CustomData.h.
float_t AR0820CustomEmbeddedData::currvolt[MAXNUM_VOLTAGE] |
current voltage value array
Definition at line 53 of file AR0820_CUST1_CustomData.h.
uint8_t AR0820CustomEmbeddedData::expect_roiStats[ROI_STATS_BYTE_NUM] |
expected roi1 stats
Definition at line 61 of file AR0820_CUST1_CustomData.h.
float_t AR0820CustomEmbeddedData::maxvolt[MAXNUM_VOLTAGE] |
maximum voltage value array
Definition at line 55 of file AR0820_CUST1_CustomData.h.
float_t AR0820CustomEmbeddedData::minvolt[MAXNUM_VOLTAGE] |
minimum voltage value array
Definition at line 57 of file AR0820_CUST1_CustomData.h.
uint8_t AR0820CustomEmbeddedData::roiStats[ROI_STATS_BYTE_NUM] |
current roi1 stats
Definition at line 63 of file AR0820_CUST1_CustomData.h.
uint16_t AR0820CustomEmbeddedData::statserr |
indicate stats error
Definition at line 51 of file AR0820_CUST1_CustomData.h.
uint16_t AR0820CustomEmbeddedData::temperr |
indicate temperature error
Definition at line 49 of file AR0820_CUST1_CustomData.h.
uint16_t AR0820CustomEmbeddedData::volterr |
indicate voltage error
Definition at line 47 of file AR0820_CUST1_CustomData.h.