class basic_supervisory : public supervisory, protected testenvironment Object for implementing a diagnostics supervisory task
| | setupTime Minimum setup time = 5 sec |
| | basic_supervisory (const string& Name) Constructor. |
| | setup () Setup function. |
| | allowCancel allow aborting test? |
| | noStimulus is it allowed to apply a stimulus? |
| | noAnalysis should we do the analysis? |
| | keepTraces flag describing whether the original time traces are kept |
| | siteDefault default setting for the site identifier |
| | siteForce site identifier override |
| | ifoDefault default setting for the ifo identifier |
| | ifoForce ifo identifier override |
| | start start time in GPS nsec |
| | wait time to wait before starting the test in sec |
| | repeatrate rate of repeating tests in sec |
| | waitForStart channel for trigger start of test |
| | waitAtEachStep channel for trigger start of measurement step |
| | signalEndOfStep channel for signal end of measurement step |
| | signalEnd channel for signal end of test |
| | readEnvironment () Read environment. |
| | setMeasurementTime (tainsec_t mtime) Set the measurement time. |
Basic test supervisory This object implements a basic diagnostics supervisory task. It is an abstract object which implements default settings (Def), synchronization settings (Sync) and an environment (Env[]).
explicit basic_supervisory(const string& Name)
virtual bool setup()
bool allowCancel
bool noStimulus
bool noAnalysis
int keepTraces
char siteDefault
char siteForce
char ifoDefault
char ifoForce
tainsec_t start
double wait
double repeatrate
string waitForStart
string waitAtEachStep
string signalEndOfStep
string signalEnd
virtual bool readEnvironment()
virtual bool setMeasurementTime(tainsec_t mtime)
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++