#include "CCAMACStatusModule.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 | BusyBit = 8 |
Bit set when system goes busy. | |
const unsigned int | UnBusyBit = 9 |
Bit set when system goes ready. | |
const unsigned int | ClearMask = 0xff |
Module clears. |
|
Bit set when system goes busy.
Definition at line 287 of file CCAMACStatusModule.cpp. Referenced by CCAMACStatusModule::GoBusy(). |
|
Module clears.
Definition at line 289 of file CCAMACStatusModule.cpp. Referenced by CCAMACStatusModule::ModuleClear(). |
|
Definition at line 278 of file CCAMACStatusModule.cpp. |
|
Bit set when system goes ready.
Definition at line 288 of file CCAMACStatusModule.cpp. Referenced by CCAMACStatusModule::GoClear(). |