#include <daqc_listener.h>
Public Attributes | |
| daq_t * | daq |
| 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
| void*(* daq_listen_t::interpreter)(void *) |
Processing thread entry address
| pthread_t daq_listen_t::interpreter_tid |
Interpreter thread ID
| struct sockaddr_in daq_listen_t::listener_addr |
Listener thread socket address.
| pthread_t daq_listen_t::listener_tid |
Network listener thread ID
| pthread_mutex_t daq_listen_t::lock |
Mutex used to synchronize main thread with the listener thread initialization
Shut down status flag.
1.4.7