daq_listen_t Struct Reference
[Multi-threaded listener]

#include <daqc_listener.h>

List of all members.

Public Attributes

daq_tdaq
struct sockaddr_in listener_addr
void *(* interpreter )(void *)
int shutting_down
pthread_t listener_tid
pthread_t interpreter_tid
pthread_mutex_t lock


Detailed Description

daq_listen_t contains all the control/status information for an NDS1 listener thread.

Member Data Documentation

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.

Network listener thread ID

Interpreter thread ID

pthread_mutex_t daq_listen_t::lock

Mutex used to synchronize main thread with the listener thread initialization


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

Generated on Tue Jun 10 12:18:12 2008 for SENDS by  doxygen 1.5.5