#include <configuration.h>
Data Fields | |
int | current |
Laser current. | |
int | delay |
BPM delay. | |
int | markSpace |
BPM markspace. | |
int | threshold0 |
Input threshold (stream 0). | |
int | delay0 |
Strobe delay (stream 0). | |
int | threshold1 |
Input threshold (stream 1). | |
int | delay1 |
Strobe delay (stream 1). |
This is the information associated with one module ie. one output channel for primary data and two input channels for streams 0 and 1
Definition at line 93 of file configuration.h.
|
Laser current.
Definition at line 95 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
BPM delay.
Definition at line 97 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
Strobe delay (stream 0).
Definition at line 103 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
Strobe delay (stream 1).
Definition at line 107 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
BPM markspace.
Definition at line 99 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
Input threshold (stream 0).
Definition at line 101 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |
|
Input threshold (stream 1).
Definition at line 105 of file configuration.h. Referenced by SctApi::CrateImpl::restoreBOCSetup(). |