![]() |
Project
|
Class to monitor the ADC smapling clock contained in the GBT frame. More...
#include <AdcClockMonitor.h>
Public Member Functions | |
AdcClockMonitor () | |
Default Constructor. | |
AdcClockMonitor (int sampa) | |
Constructor. | |
AdcClockMonitor (const AdcClockMonitor &other) | |
Copy Constructor. | |
~AdcClockMonitor () | |
Destructor. | |
void | reset () |
Reset function to clear history. | |
int | addSequence (const short seq) |
int | getState () |
Class to monitor the ADC smapling clock contained in the GBT frame.
Definition at line 30 of file AdcClockMonitor.h.
AdcClockMonitor::AdcClockMonitor | ( | ) |
Default Constructor.
Definition at line 20 of file AdcClockMonitor.cxx.
AdcClockMonitor::AdcClockMonitor | ( | int | sampa | ) |
Constructor.
Definition at line 25 of file AdcClockMonitor.cxx.
|
default |
Copy Constructor.
|
default |
Destructor.
Checks whether new sequence is valid
seq | New sequence of 4 bits |
Definition at line 42 of file AdcClockMonitor.cxx.
|
inline |
Get the state of the ADC monitor
Definition at line 55 of file AdcClockMonitor.h.
void AdcClockMonitor::reset | ( | ) |
Reset function to clear history.
Definition at line 34 of file AdcClockMonitor.cxx.