#include <aft_tdm_hp.h>
Public Attributes | |
int | init |
int | chan_no |
int | span_no |
pthread_t | thread |
sangoma_hptdm_chan_t * | chan |
Definition at line 90 of file aft_tdm_hp.h.
sangoma_hptdm_chan_t* chan_idx::chan |
channel object obtaind by span->open_chan() method
Definition at line 102 of file aft_tdm_hp.h.
channel number - integer starting from 0
Definition at line 95 of file aft_tdm_hp.h.
int chan_idx::init |
init flag used to determine if span is being used
Definition at line 93 of file aft_tdm_hp.h.
span number - owner of the current channel - integer starting from 0
Definition at line 97 of file aft_tdm_hp.h.
pthread_t chan_idx::thread |
pthread id for this channel, because every channel will have its own thread
Definition at line 99 of file aft_tdm_hp.h.