MediaProcessors
Public Attributes | List of all members
comm_ctx_s Struct Reference

#include <comm.h>

Collaboration diagram for comm_ctx_s:
Collaboration graph
[legend]

Public Attributes

const comm_if_tcomm_if
 
pthread_mutex_t api_mutex
 
log_ctx_tlog_ctx
 
comm_mode_t comm_mode
 
char * local_url
 
char * url
 

Detailed Description

Communication module instance context structure ('handler').

Definition at line 79 of file comm.h.

Member Data Documentation

pthread_mutex_t comm_ctx_s::api_mutex

Module instance API mutual exclusion lock.

Definition at line 87 of file comm.h.

const comm_if_t* comm_ctx_s::comm_if

Communication interface structure prototype.

Definition at line 83 of file comm.h.

comm_mode_t comm_ctx_s::comm_mode

Module instance mode.

Definition at line 95 of file comm.h.

char* comm_ctx_s::local_url

Local URL.

Definition at line 99 of file comm.h.

log_ctx_t* comm_ctx_s::log_ctx

External LOG module context structure instance.

Definition at line 91 of file comm.h.

char* comm_ctx_s::url

Input/output URL.

Definition at line 103 of file comm.h.


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