OpenJPEG
2.2.0
|
Channel parameters. More...
#include <channel_manager.h>
Data Fields | |
cachemodel_param_t * | cachemodel |
reference pointer to the cache model More... | |
char | cid [MAX_LENOFCID] |
channel identifier More... | |
cnew_transport_t | aux |
auxiliary transport More... | |
time_t | start_tm |
starting time More... | |
struct channel_param * | next |
pointer to the next channel More... | |
Channel parameters.
cnew_transport_t channel_param::aux |
auxiliary transport
Referenced by gene_channel().
cachemodel_param_t* channel_param::cachemodel |
reference pointer to the cache model
Referenced by gene_channel(), gene_JPIPstream(), and print_allchannel().
char channel_param::cid[MAX_LENOFCID] |
channel identifier
Referenced by delete_channellist(), gene_channel(), print_allchannel(), and search_channel().
struct channel_param* channel_param::next |
pointer to the next channel
Referenced by delete_channel(), delete_channellist(), gene_channel(), print_allchannel(), search_channel(), and search_session_and_channel().
time_t channel_param::start_tm |
starting time
Referenced by gene_channel().