NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
CMyBusy.h
Go to the documentation of this file.
1
6#include <CBusy.h>
7
14class CMyBusy : public CBusy {
15public:
16 CMyBusy();
18
19public:
20 virtual void GoBusy();
21 virtual void GoClear();
22};
Provides a busy command to override the SBS one. There is no concept of "busy" for DDAS systems,...
Definition: CMyBusy.h:14
~CMyBusy()
Destructor.
Definition: CMyBusy.h:17
CMyBusy()
Default constructor.
Definition: CMyBusy.cpp:10
virtual void GoClear()
Do nothing.
Definition: CMyBusy.cpp:14
virtual void GoBusy()
Do nothing.
Definition: CMyBusy.cpp:12