ARPDAS_QNX6 1.0
Classes | Typedefs | Functions
collect.h File Reference
#include <sys/siginfo.h>
Include dependency graph for collect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Col_Send
struct  send_id_struct

Typedefs

typedef struct send_id_structsend_id

Functions

send_id Col_send_init (const char *name, void *data, unsigned short size, int synch)
int Col_send_arm (send_id sender, int coid, short code, int value)
int Col_send (send_id sender)
int Col_send_reset (send_id sender)

Typedef Documentation

typedef struct send_id_struct * send_id

Function Documentation

int Col_send ( send_id  sender)
int Col_send_arm ( send_id  sender,
int  coid,
short  code,
int  value 
)

Definition at line 53 of file colsend.c.

References send_id_struct::armed, Col_send(), send_id_struct::event, nl_assert, nl_error, and nl_response.

Here is the call graph for this function:

send_id Col_send_init ( const char *  name,
void *  data,
unsigned short  size,
int  synch 
)

Definition at line 29 of file colsend.c.

References send_id_struct::armed, send_id_struct::data, send_id_struct::data_size, send_id_struct::err_code, send_id_struct::fd, nl_assert, nl_error, nl_new_memory(), nl_response, and tm_dev_name().

Referenced by TM_Selectee::init(), and cmdif_dgdata::Turf().

Here is the call graph for this function:

Here is the caller graph for this function:

int Col_send_reset ( send_id  sender)

Definition at line 106 of file colsend.c.

References send_id_struct::fd, and nl_free_memory().

Referenced by cmdif_dgdata::Shutdown(), and TM_Selectee::~TM_Selectee().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines