Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CAENcard::CAENcrate Struct Reference

An array of this structure holds all of the information on the current instances of CAENcards. More...

#include <CAENcard.h>

List of all members.

Public Attributes

volatile unsigned short int * mbuf
 Pointer to a virtual memory map of the card. (note that it is a short int and that offsets must take this into account).

unsigned int status
 Used to specify what level of initialization the slot is currently at.

int refCount
 The number of instances currently referring to the given slot.

int fd
 The file descriptor used to memory map the card and in various ioctl calls.


Detailed Description

An array of this structure holds all of the information on the current instances of CAENcards.

This struct is only referenced to create the crate member array. There is no good reason why you should ever have a need to creat CAENcrate objects. Doxygen wouldn't parse things right if I declared the variable in the same line as the struct so now CAENcrate gets this extra documentation.


The documentation for this struct was generated from the following file:
Generated at Mon Dec 17 12:47:39 2001 by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001