|
fdhwlib
2.0.25
|
#include <sltrunmode.h>
Structure to describe the run/status of the FD electronic.
Definition at line 23 of file sltrunmode.h.
| SltRunMode::SltRunMode | ( | ) |
| SltRunMode::~SltRunMode | ( | ) |
| Slt::RunMode SltRunMode::getRunMode | ( | ) |
Get System state.
The system state is defined by the configuration of the signal sources and the level of the signals.
| Slt::RunMode SltRunMode::getRunMode | ( | Slt * | slt | ) |
Read the run mode form the hardware.
| int SltRunMode::getSecStrobe | ( | ) |
Return the second strobe source.
| void SltRunMode::read | ( | Slt * | slt | ) |
Read the registers from the hardware.
| void SltRunMode::setControlReg | ( | unsigned long | data | ) |
Store the values of the control register.
| void SltRunMode::setStatusReg | ( | unsigned long | data | ) |
Store of the status register.
| unsigned long SltRunMode::controlReg |
Keep the last control register.
Definition at line 55 of file sltrunmode.h.
| unsigned long SltRunMode::statusReg |
Keep the last status register.
Definition at line 52 of file sltrunmode.h.