Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <BC_SymbolInfo.h>
Public Attributes | |
int16_t | data_capacity |
int16_t | error_codewords |
int16_t | rs_block_data |
int8_t | rs_block_error |
int8_t | matrix_width |
int8_t | matrix_height |
int8_t | data_regions |
Definition at line 17 of file BC_SymbolInfo.h.
int16_t CBC_SymbolInfo::Data::data_capacity |
Definition at line 18 of file BC_SymbolInfo.h.
int8_t CBC_SymbolInfo::Data::data_regions |
Definition at line 24 of file BC_SymbolInfo.h.
int16_t CBC_SymbolInfo::Data::error_codewords |
Definition at line 19 of file BC_SymbolInfo.h.
int8_t CBC_SymbolInfo::Data::matrix_height |
Definition at line 23 of file BC_SymbolInfo.h.
int8_t CBC_SymbolInfo::Data::matrix_width |
Definition at line 22 of file BC_SymbolInfo.h.
int16_t CBC_SymbolInfo::Data::rs_block_data |
Definition at line 20 of file BC_SymbolInfo.h.
int8_t CBC_SymbolInfo::Data::rs_block_error |
Definition at line 21 of file BC_SymbolInfo.h.