Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

SctPixelRod::RodOutList Class Reference

This is a class for ROD reply buffers. More...

#include <RodOutList.h>


Public Member Functions

 RodOutList (long length)
 RodOutList (const RodOutList &)
 ~RodOutList ()
RodOutList & operator= (const RodOutList &)
long getLength () const
unsigned long * getBody () const

Private Attributes

long m_length
 The length of the reply list.

unsigned long * m_body
 A pointer to an array of UINT32 containing the reply data.


Detailed Description

This is a class for ROD reply buffers.

This class contains the reply lists which are responses from a primitive list.

Author:
Tom Meyer (meyer@iastate.edu) - originator

Definition at line 20 of file RodOutList.h.


Constructor & Destructor Documentation

SctPixelRod::RodOutList::RodOutList long    length
 

SctPixelRod::RodOutList::RodOutList const RodOutList &   
 

SctPixelRod::RodOutList::~RodOutList  
 


Member Function Documentation

unsigned long* SctPixelRod::RodOutList::getBody   const [inline]
 

Definition at line 32 of file RodOutList.h.

References m_body.

long SctPixelRod::RodOutList::getLength   const [inline]
 

Definition at line 29 of file RodOutList.h.

References m_length.

RodOutList& SctPixelRod::RodOutList::operator= const RodOutList &   
 


Field Documentation

unsigned long* SctPixelRod::RodOutList::m_body [private]
 

A pointer to an array of UINT32 containing the reply data.

Definition at line 38 of file RodOutList.h.

Referenced by getBody().

long SctPixelRod::RodOutList::m_length [private]
 

The length of the reply list.

Definition at line 36 of file RodOutList.h.

Referenced by getLength().


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:38:07 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3