#include <daqc_listener.h>
Public Attributes | |
| daq_t * | daq |
| struct sockaddr_in | listener_addr |
| void *(* | interpreter )(void *) |
| int | shutting_down |
| pthread_t | listener_tid |
| pthread_t | interpreter_tid |
| pthread_mutex_t | lock |
Associated DAQ client address
struct sockaddr_in daq_listen_t::listener_addr [read] |
Listener thread socket address.
| void*(* daq_listen_t::interpreter)(void *) |
Processing thread entry address
Shut down status flag.
| pthread_t daq_listen_t::listener_tid |
Network listener thread ID
| pthread_t daq_listen_t::interpreter_tid |
Interpreter thread ID
| pthread_mutex_t daq_listen_t::lock |
Mutex used to synchronize main thread with the listener thread initialization
1.5.5