ARPDAS_QNX6 1.0
Classes | Defines | Functions
DG_data.h File Reference
#include <signal.h>
#include <limits.h>
#include "DG.h"
Include dependency graph for DG_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  data_dev_attr
struct  data_dev_ocb
class  DG_data

Defines

#define IOFUNC_ATTR_T   struct data_dev_attr
#define IOFUNC_OCB_T   struct data_dev_ocb

Functions

int DG_data_io_write (resmgr_context_t *ctp, io_write_t *msg, IOFUNC_OCB_T *ocb)
int DG_data_io_notify (resmgr_context_t *ctp, io_notify_t *msg, IOFUNC_OCB_T *ocb)
int DG_data_io_close_ocb (resmgr_context_t *ctp, void *rsvd, IOFUNC_OCB_T *ocb)

Define Documentation

#define IOFUNC_ATTR_T   struct data_dev_attr

Definition at line 5 of file DG_data.h.

#define IOFUNC_OCB_T   struct data_dev_ocb

Definition at line 6 of file DG_data.h.


Function Documentation

int DG_data_io_close_ocb ( resmgr_context_t *  ctp,
void *  rsvd,
IOFUNC_OCB_T *  ocb 
)

Definition at line 163 of file DG_data.cc.

References IOFUNC_ATTR_T, and wr_attr.

Referenced by DG_data::DG_data().

Here is the caller graph for this function:

int DG_data_io_notify ( resmgr_context_t *  ctp,
io_notify_t *  msg,
IOFUNC_OCB_T *  ocb 
)

Definition at line 155 of file DG_data.cc.

References IOFUNC_ATTR_T, and wr_attr.

Referenced by DG_data::DG_data().

Here is the caller graph for this function:

int DG_data_io_write ( resmgr_context_t *  ctp,
io_write_t *  msg,
IOFUNC_OCB_T *  ocb 
)

Definition at line 141 of file DG_data.cc.

Referenced by DG_data::DG_data().

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines