ARPDAS_QNX6 1.0
Functions | Variables
colsend.c File Reference
#include <unistd.h>
#include <limits.h>
#include <string.h>
#include <errno.h>
#include <sys/iomsg.h>
#include <pthread.h>
#include "collect.h"
#include "nortlib.h"
#include "nl_assert.h"
#include "tm.h"
Include dependency graph for colsend.c:

Go to the source code of this file.

Functions

send_id Col_send_init (const char *name, void *data, unsigned short size, int blocking)
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)

Variables

char rcsid_colsend_c [] = "$Header: /cvsroot/arp-das/QNX6/tmlib/src/colsend.c,v 1.7 2009/11/17 22:29:33 ntallen Exp $"

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  blocking 
)

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:


Variable Documentation

char rcsid_colsend_c[] = "$Header: /cvsroot/arp-das/QNX6/tmlib/src/colsend.c,v 1.7 2009/11/17 22:29:33 ntallen Exp $"

Definition at line 25 of file colsend.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines