#include <CAENcard.h>
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. |
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.