define calibrator blocks
More...
#include <CalibratorBlock.h>
|
| static unsigned long | nextId = 0 |
| | next id for this object type More...
|
| |
define calibrator blocks
- Author
- Matthias Schartner
- Date
- 27.01.2020
| CalibratorBlock::CalibratorBlock |
( |
unsigned int |
startTime, |
|
|
unsigned int |
nScans, |
|
|
unsigned int |
duration, |
|
|
std::string |
allowedSourceGroup |
|
) |
| |
| CalibratorBlock::CalibratorBlock |
( |
unsigned int |
startTime, |
|
|
unsigned int |
nScans, |
|
|
unsigned int |
duration, |
|
|
std::vector< std::string > |
allowedSources |
|
) |
| |
| const std::string& VieVS::CalibratorBlock::getAllowedSourceGroup |
( |
| ) |
const |
|
inline |
| const std::vector<std::string>& VieVS::CalibratorBlock::getAllowedSources |
( |
| ) |
const |
|
inline |
| unsigned int VieVS::CalibratorBlock::getDuration |
( |
| ) |
const |
|
inline |
| unsigned int VieVS::CalibratorBlock::getNScans |
( |
| ) |
const |
|
inline |
| unsigned int VieVS::CalibratorBlock::getStartTime |
( |
| ) |
const |
|
inline |
| bool VieVS::CalibratorBlock::isAllowedSource |
( |
const std::string & |
name | ) |
const |
|
inline |
| std::string VieVS::CalibratorBlock::allowedSourceGroup |
|
private |
| std::vector<std::string> VieVS::CalibratorBlock::allowedSources |
|
private |
| unsigned int VieVS::CalibratorBlock::duration |
|
private |
| unsigned long CalibratorBlock::nextId = 0 |
|
staticprivate |
next id for this object type
| unsigned int VieVS::CalibratorBlock::nScans |
|
private |
| unsigned int VieVS::CalibratorBlock::startTime |
|
private |
The documentation for this class was generated from the following files: