#include <config.h>#include "CCAMACScalerLRS4434.h"Go to the source code of this file.
Variables | |
| static const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
| static const unsigned int | nChannels = 32 |
| static const unsigned short | LD = (1 << 5) |
| Latch Data. | |
| static const unsigned short | CL = (1 << 6) |
| CLear. | |
| static const unsigned short | RD = (1 << 7) |
| Read Data (prepare). | |
| static const unsigned short | BD = (1 << 13) |
| auxilliary Bus Disable. | |
| static const unsigned short | T = (1 << 15) |
| Test. | |
| static const unsigned int | FAshift = 0 |
| First address. | |
| static const unsigned int | FINshift = 8 |
| Finishing address. | |
const unsigned short BD = (1 << 13) [static] |
const unsigned short CL = (1 << 6) [static] |
CLear.
Definition at line 296 of file CCAMACScalerLRS4434.cpp.
Referenced by CCAMACScalerLRS4434::Clear().
const char* Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" [static] |
Definition at line 278 of file CCAMACScalerLRS4434.cpp.
const unsigned int FAshift = 0 [static] |
const unsigned int FINshift = 8 [static] |
const unsigned short LD = (1 << 5) [static] |
const unsigned int nChannels = 32 [static] |
Definition at line 291 of file CCAMACScalerLRS4434.cpp.
const unsigned short RD = (1 << 7) [static] |
const unsigned short T = (1 << 15) [static] |
Test.
Definition at line 299 of file CCAMACScalerLRS4434.cpp.
Referenced by CVME< T >::asChar(), CVME< T >::asLong(), CVME< T >::asShort(), CVMEptr< T >::getcurrptr(), CVMEptr< T >::getgenptr(), CVMEptr< T >::operator *(), CVMEptr< T >::operator->(), CVME< T >::operator->(), and CVMEptr< T >::operator[]().
1.5.1