FreeSWITCH API Documentation  1.7.0
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 500 of file switch_types.h.

Field Documentation

switch_byte_t switch_bitpack_t::bits_cur

Definition at line 506 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 507 of file switch_types.h.

uint32_t switch_bitpack_t::bits_tot

Definition at line 505 of file switch_types.h.

switch_byte_t* switch_bitpack_t::buf

Definition at line 501 of file switch_types.h.

uint32_t switch_bitpack_t::buflen

Definition at line 502 of file switch_types.h.

uint32_t switch_bitpack_t::bytes

Definition at line 504 of file switch_types.h.

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

switch_byte_t* switch_bitpack_t::cur

Definition at line 503 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 508 of file switch_types.h.

Referenced by if(), and while().

switch_bitpack_mode_t switch_bitpack_t::mode

Definition at line 513 of file switch_types.h.

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

switch_byte_t switch_bitpack_t::over

Definition at line 512 of file switch_types.h.

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

switch_byte_t switch_bitpack_t::shiftby

Definition at line 509 of file switch_types.h.

Referenced by if().

switch_byte_t switch_bitpack_t::this_byte

Definition at line 510 of file switch_types.h.

Referenced by pack_check_over(), and while().

switch_byte_t switch_bitpack_t::under

Definition at line 511 of file switch_types.h.

Referenced by pack_check_over(), and while().


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