ARPDAS_QNX6 1.0
Public Member Functions | Public Attributes
dq_ref Class Reference

#include <DQ.h>

Inheritance diagram for dq_ref:
Collaboration diagram for dq_ref:

List of all members.

Public Member Functions

 dq_ref (dqtype mytype)
dq_refnext (dq_ref *dqr)

Public Attributes

dq_refnext_dqr
dqtype type

Detailed Description

Definition at line 19 of file DQ.h.


Constructor & Destructor Documentation

dq_ref::dq_ref ( dqtype  mytype)

Base class for dq_data_ref and dq_tstamp_ref These make up part of the control structure of data_queue.

Definition at line 10 of file DQ.cc.

References next_dqr, and type.


Member Function Documentation

dq_ref * dq_ref::next ( dq_ref dqr)

Convenience function to append an item to the end of the linked list and return the new item

Definition at line 18 of file DQ.cc.

References next_dqr.

Referenced by data_queue::commit_rows(), and data_queue::commit_tstamp().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 24 of file DQ.h.

Referenced by data_queue::commit_rows(), dq_ref(), and data_generator::transmit_data().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines