#include <config.h>
#include "CCAMACStatusModule.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 | BusyBit = 8 |
Bit set when system goes busy. | |
static const unsigned int | UnBusyBit = 9 |
Bit set when system goes ready. | |
static const unsigned int | ClearMask = 0xff |
Module clears. |
const unsigned int BusyBit = 8 [static] |
Bit set when system goes busy.
Definition at line 294 of file CCAMACStatusModule.cpp.
Referenced by CCAMACStatusModule::GoBusy().
const unsigned int ClearMask = 0xff [static] |
Module clears.
Definition at line 296 of file CCAMACStatusModule.cpp.
Referenced by CCAMACStatusModule::ModuleClear().
const char* Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" [static] |
Definition at line 278 of file CCAMACStatusModule.cpp.
const unsigned int UnBusyBit = 9 [static] |
Bit set when system goes ready.
Definition at line 295 of file CCAMACStatusModule.cpp.
Referenced by CCAMACStatusModule::GoClear().