|
RTS API Documentation
1.10.11
|
#include <switch_types.h>
Collaboration diagram for switch_bitpack_t:Data Fields | |
| switch_byte_t * | buf |
| uint32_t | buflen |
| switch_byte_t * | cur |
| uint32_t | bytes |
| uint32_t | bits_tot |
| switch_byte_t | bits_cur |
| switch_byte_t | bits_rem |
| switch_byte_t | frame_bits |
| switch_byte_t | shiftby |
| switch_byte_t | this_byte |
| switch_byte_t | under |
| switch_byte_t | over |
| switch_bitpack_mode_t | mode |
Definition at line 537 of file switch_types.h.
| switch_byte_t switch_bitpack_t::bits_cur |
Definition at line 543 of file switch_types.h.
Referenced by DoxyDefine(), if(), pack_check_over(), and while().
| switch_byte_t switch_bitpack_t::bits_rem |
Definition at line 544 of file switch_types.h.
| uint32_t switch_bitpack_t::bits_tot |
Definition at line 542 of file switch_types.h.
| switch_byte_t* switch_bitpack_t::buf |
Definition at line 538 of file switch_types.h.
| uint32_t switch_bitpack_t::buflen |
Definition at line 539 of file switch_types.h.
| uint32_t switch_bitpack_t::bytes |
Definition at line 541 of file switch_types.h.
Referenced by DoxyDefine(), if(), pack_check_over(), and while().
| switch_byte_t* switch_bitpack_t::cur |
Definition at line 540 of file switch_types.h.
Referenced by DoxyDefine(), if(), pack_check_over(), and while().
| switch_byte_t switch_bitpack_t::frame_bits |
Definition at line 545 of file switch_types.h.
| switch_bitpack_mode_t switch_bitpack_t::mode |
Definition at line 550 of file switch_types.h.
Referenced by DoxyDefine(), if(), pack_check_over(), and while().
| switch_byte_t switch_bitpack_t::over |
Definition at line 549 of file switch_types.h.
Referenced by DoxyDefine(), pack_check_over(), and while().
| switch_byte_t switch_bitpack_t::shiftby |
Definition at line 546 of file switch_types.h.
Referenced by if().
| switch_byte_t switch_bitpack_t::this_byte |
Definition at line 547 of file switch_types.h.
Referenced by pack_check_over(), and while().
| switch_byte_t switch_bitpack_t::under |
Definition at line 548 of file switch_types.h.
Referenced by pack_check_over(), and while().
1.8.13