#include <DCSAccess.h>
Inheritance diagram for SctApi::DCSAccess:
Public Member Functions | |
virtual bool | checkPowerOn (UINT32 mid)=0 |
Or could just check signal received after a trigger. | |
virtual void | toStandby1 ()=0 |
Move all modules to low LV analogue voltage. | |
virtual void | toStandby2 ()=0 |
Move all modules to standard LV voltages, HV to low voltage. | |
virtual void | toHVPowerOn ()=0 |
Move all modules to HV voltage on. | |
virtual bool | checkSelectLine ()=0 |
Check select line. | |
virtual void | hardResetAll ()=0 |
Give all modules a hard reset. |
Definition at line 8 of file DCSAccess.h.
|
Or could just check signal received after a trigger.
Implemented in SctApi::DCSAccessDummy. |
|
Check select line.
Implemented in SctApi::DCSAccessDummy. |
|
Give all modules a hard reset.
Implemented in SctApi::DCSAccessDummy. |
|
Move all modules to HV voltage on.
Implemented in SctApi::DCSAccessDummy. |
|
Move all modules to low LV analogue voltage.
Implemented in SctApi::DCSAccessDummy. |
|
Move all modules to standard LV voltages, HV to low voltage.
Implemented in SctApi::DCSAccessDummy. |