#include "CCamacModule.h"
#include <CRangeError.h>
#include <CCamac.h>
#include <assert.h>
Go to the source code of this file.
Variables | |
const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
const int | BRANCH_RANGE [2] = {0, 7} |
const int | CRATE_RANGE [2] = {0, 7} |
const int | SLOT_RANGE [2] = {1, 31} |
const int | SUB_RANGE [2] = {0, 15} |
const int | F_RANGE [2] = {0, 31} |
const int | READ_RANGE [2] = {0, 7} |
const int | WRITE_RANGE [2] = {16, 23} |
const int | CTL_RANGES [4] = {8, 15, 16, 31} |
const int | ShortBit = 2 |
const int | FShift = 2 |
const int | AShift = 7 |
const int | NShift = 11 |
const int | CShift = 16 |
const int | BShift = 23 |
|
Definition at line 301 of file CCamacModule.cpp. Referenced by CCamacModule::MakePointer(). |
|
Definition at line 288 of file CCamacModule.cpp. Referenced by CCamacModule::CCamacModule(), and CCamacModule::ValidBranch(). |
|
Definition at line 304 of file CCamacModule.cpp. |
|
Definition at line 278 of file CCamacModule.cpp. |
|
Definition at line 289 of file CCamacModule.cpp. Referenced by CCamacModule::CCamacModule(), and CCamacModule::ValidCrate(). |
|
Definition at line 303 of file CCamacModule.cpp. Referenced by CCamacModule::MakePointer(). |
|
Definition at line 296 of file CCamacModule.cpp. Referenced by CCamacModule::Control(). |
|
Definition at line 292 of file CCamacModule.cpp. Referenced by CCamacModule::ValidFunction(). |
|
Definition at line 300 of file CCamacModule.cpp. Referenced by CCamacModule::MakePointer(). |
|
Definition at line 302 of file CCamacModule.cpp. Referenced by CCamacModule::MakePointer(). |
|
Definition at line 293 of file CCamacModule.cpp. Referenced by CCamacModule::isRead(), and CCamacModule::Read(). |
|
Definition at line 299 of file CCamacModule.cpp. Referenced by CCamacModule::MakePointer(). |
|
Definition at line 290 of file CCamacModule.cpp. Referenced by CCamacModule::CCamacModule(), and CCamacModule::ValidSlot(). |
|
Definition at line 291 of file CCamacModule.cpp. Referenced by CCamacModule::Control(), CCamacModule::Read(), CCamacModule::ValidSubaddress(), and CCamacModule::Write(). |
|
Definition at line 294 of file CCamacModule.cpp. Referenced by CCamacModule::isWrite(), and CCamacModule::Write(). |