R3BROOT
R3B analysis software
|
#include <R3BUcesbDecl.h>
Public Attributes | |
uint32_t | _offset |
uint32_t | _length |
const char * | _block |
const char * | _var_name |
uint32_t | _var_array_len |
const char * | _var_ctrl_name |
uint32_t | _var_type |
uint32_t | _limit_min |
uint32_t | _limit_max |
uint32_t | _map_success |
struct ext_data_structure_item * | _ctrl_item |
struct ext_data_structure_item * | _next_off_item |
struct ext_data_structure_item * | _match_item |
struct ext_data_structure_item * | _child_item |
Definition at line 28 of file R3BUcesbDecl.h.
const char* ext_data_structure_item::_block |
Definition at line 32 of file R3BUcesbDecl.h.
struct ext_data_structure_item* ext_data_structure_item::_child_item |
Definition at line 51 of file R3BUcesbDecl.h.
struct ext_data_structure_item* ext_data_structure_item::_ctrl_item |
Definition at line 47 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_length |
Definition at line 31 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_limit_max |
Definition at line 39 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_limit_min |
Definition at line 38 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_map_success |
Definition at line 41 of file R3BUcesbDecl.h.
struct ext_data_structure_item* ext_data_structure_item::_match_item |
Definition at line 50 of file R3BUcesbDecl.h.
struct ext_data_structure_item* ext_data_structure_item::_next_off_item |
Definition at line 48 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_offset |
Definition at line 30 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_var_array_len |
Definition at line 35 of file R3BUcesbDecl.h.
const char* ext_data_structure_item::_var_ctrl_name |
Definition at line 36 of file R3BUcesbDecl.h.
const char* ext_data_structure_item::_var_name |
Definition at line 34 of file R3BUcesbDecl.h.
uint32_t ext_data_structure_item::_var_type |
Definition at line 37 of file R3BUcesbDecl.h.