#include <config.h>#include "CCamac.h"#include <RangeError.h>#include <ErrnoException.h>#include <CVMEInterface.h>#include <unistd.h>#include <assert.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>Go to the source code of this file.
Functions | |
| static const int | BRANCHPERCRATE (8) |
| number of branches in a crate. | |
Variables | |
| static const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
| static const size_t | nBranchSize = 0x80000 |
| static const off_t | BranchBase = 0x800000 |
| VME offset to branch 0. | |
| static const int BRANCHPERCRATE | ( | 8 | ) | [static] |
const off_t BranchBase = 0x800000 [static] |
VME offset to branch 0.
Definition at line 305 of file CCamac.cpp.
Referenced by CCamac::BranchInit().
const char* Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" [static] |
Definition at line 278 of file CCamac.cpp.
const size_t nBranchSize = 0x80000 [static] |
Definition at line 304 of file CCamac.cpp.
Referenced by CCamac::BranchInit(), and CCamac::BranchRelease().
1.5.1