BltTofApi
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
BTA_Channel Struct Reference

BTA_Channel holds a two-dimensional array of data (A part of BTA_Frame) More...

#include <bta_frame.h>

Data Fields

BTA_ChannelId id
 Type of data in this channel.
 
uint16_t xRes
 Number of columns.
 
uint16_t yRes
 Number of rows.
 
BTA_DataFormat dataFormat
 The bytestream in data needs to be casted to this format.
 
BTA_Unit unit
 Informative, for easier interpretation of the data.
 
uint32_t integrationTime
 Integration time at which the frame was captured in [us].
 
uint32_t modulationFrequency
 Modulation frequency at which the frame was captured in [Hz].
 
uint8_t * data
 Pixels starting with upper left pixel. For nofBytesPerPixel bigger than 1 the first byte is the lowbyte.
 
uint32_t dataLen
 Length of the channel data in bytes (= xRes*yRes*bytesPerPixel)
 
BTA_Metadata ** metadata
 List of pointers to additional generic data.
 
uint32_t metadataLen
 The number of BTA_Metadata pointers stored in metadata.
 

Detailed Description

BTA_Channel holds a two-dimensional array of data (A part of BTA_Frame)


The documentation for this struct was generated from the following file: