RTS API Documentation  1.10.11
Data Fields
switch_bitpack_t Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_bitpack_t:

Data Fields

switch_byte_tbuf
 
uint32_t buflen
 
switch_byte_tcur
 
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
 

Detailed Description

Definition at line 533 of file switch_types.h.

Field Documentation

◆ bits_cur

switch_byte_t switch_bitpack_t::bits_cur

Definition at line 539 of file switch_types.h.

Referenced by DoxyDefine(), if(), pack_check_over(), and while().

◆ bits_rem

switch_byte_t switch_bitpack_t::bits_rem

Definition at line 540 of file switch_types.h.

◆ bits_tot

uint32_t switch_bitpack_t::bits_tot

Definition at line 538 of file switch_types.h.

◆ buf

switch_byte_t* switch_bitpack_t::buf

Definition at line 534 of file switch_types.h.

◆ buflen

uint32_t switch_bitpack_t::buflen

Definition at line 535 of file switch_types.h.

◆ bytes

uint32_t switch_bitpack_t::bytes

Definition at line 537 of file switch_types.h.

Referenced by DoxyDefine(), if(), pack_check_over(), and while().

◆ cur

switch_byte_t* switch_bitpack_t::cur

Definition at line 536 of file switch_types.h.

Referenced by DoxyDefine(), if(), pack_check_over(), and while().

◆ frame_bits

switch_byte_t switch_bitpack_t::frame_bits

Definition at line 541 of file switch_types.h.

Referenced by if(), and while().

◆ mode

switch_bitpack_mode_t switch_bitpack_t::mode

Definition at line 546 of file switch_types.h.

Referenced by DoxyDefine(), if(), pack_check_over(), and while().

◆ over

switch_byte_t switch_bitpack_t::over

Definition at line 545 of file switch_types.h.

Referenced by DoxyDefine(), pack_check_over(), and while().

◆ shiftby

switch_byte_t switch_bitpack_t::shiftby

Definition at line 542 of file switch_types.h.

Referenced by if().

◆ this_byte

switch_byte_t switch_bitpack_t::this_byte

Definition at line 543 of file switch_types.h.

Referenced by pack_check_over(), and while().

◆ under

switch_byte_t switch_bitpack_t::under

Definition at line 544 of file switch_types.h.

Referenced by pack_check_over(), and while().


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