SpinParser
1.0
|
Abstract specification of a measurement protocol. More...
#include <FrgCoreFactory.hpp>
Public Attributes | |
std::string | identifier |
String-form identifier of the measurement type, as specified in the task file. | |
std::string | output |
Output file for the measurement results. | |
float | minCutoff |
Minimal cutoff value for the protocol to be invoked. | |
float | maxCutoff |
Maximal cutoff value for the protocol to be invoked. | |
bool | defer |
Defer flag. If set to true, the measurement will only be invoked in the postprocessing stage. | |
std::vector< std::pair< std::string, std::string > > | options |
String-form protocol modifiers as specified in the task file. | |
Abstract specification of a measurement protocol.