#include <aft_tdm_hp.h>
Public Attributes | |
int | init |
int | span_no |
pthread_t | thread |
sangoma_hptdm_span_t * | span |
Definition at line 71 of file aft_tdm_hp.h.
int span_idx::init |
init flag used to determine if span is being used
Definition at line 74 of file aft_tdm_hp.h.
sangoma_hptdm_span_t* span_idx::span |
span object - returned by sangoma_hptdm_api_span_init() function
Definition at line 80 of file aft_tdm_hp.h.
span number - integer starting from 0
Definition at line 76 of file aft_tdm_hp.h.
pthread_t span_idx::thread |
pthread id - because each span will have its own thread
Definition at line 78 of file aft_tdm_hp.h.