![]() |
BltTofApi
|
BTA_Frame holds all the data gathered from one frame (one or more channels) More...
#include <bta_frame.h>
Data Fields | |
uint8_t | firmwareVersionMajor |
Firmware version major. | |
uint8_t | firmwareVersionMinor |
Firmware version minor. | |
uint8_t | firmwareVersionNonFunc |
Firmware version non functional. | |
float | mainTemp |
Main-board/processor temperature sensor in degree Celcius. | |
float | ledTemp |
Led-board temperature sensor in degree Celcius. | |
float | genericTemp |
Additional Generic temperature sensor in degree Celcius. | |
uint32_t | frameCounter |
Consecutive numbering of frames. | |
uint32_t | timeStamp |
Time-stamp at which the frame was captured (in microseconds) (max 1h 11m 34s 967ms 295 us) | |
BTA_Channel ** | channels |
Data containing channelsLen Channel structs. | |
uint8_t | channelsLen |
The number of BTA_Channel pointers stored in channels. | |
uint8_t | sequenceCounter |
If multiple sequences were captured, they can be seperated by the sequence counter. | |
BTA_Frame holds all the data gathered from one frame (one or more channels)