#include "CCAMACScalerLRS4434.h"Go to the source code of this file.
Variables | |
| const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
| const unsigned int | nChannels = 32 |
| const unsigned short | LD = (1 << 5) |
| Latch Data. | |
| const unsigned short | CL = (1 << 6) |
| CLear. | |
| const unsigned short | RD = (1 << 7) |
| Read Data (prepare). | |
| const unsigned short | BD = (1 << 13) |
| auxilliary Bus Disable. | |
| const unsigned short | T = (1 << 15) |
| Test. | |
| const unsigned int | FAshift = 0 |
| First address. | |
| const unsigned int | FINshift = 8 |
| Finishing address. | |
|
|
auxilliary Bus Disable.
Definition at line 290 of file CCAMACScalerLRS4434.cpp. |
|
|
CLear.
Definition at line 288 of file CCAMACScalerLRS4434.cpp. Referenced by CCAMACScalerLRS4434::Clear(). |
|
|
Definition at line 278 of file CCAMACScalerLRS4434.cpp. |
|
|
First address.
Definition at line 297 of file CCAMACScalerLRS4434.cpp. |
|
|
Finishing address.
Definition at line 298 of file CCAMACScalerLRS4434.cpp. Referenced by CCAMACScalerLRS4434::Read(). |
|
|
Latch Data.
Definition at line 287 of file CCAMACScalerLRS4434.cpp. Referenced by CCAMACScalerLRS4434::Read(). |
|
|
Definition at line 283 of file CCAMACScalerLRS4434.cpp. Referenced by CCAMACScalerLRS4434::Read(), and CCAMACScalerLRS4434::size(). |
|
|
Read Data (prepare).
Definition at line 289 of file CCAMACScalerLRS4434.cpp. |
|
|
Test.
Definition at line 291 of file CCAMACScalerLRS4434.cpp. |
1.2.16