class standardsupervisory : public basic_supervisory Standard supervisory task
| | standardsupervisory () Default constructor |
| | ~standardsupervisory () Destructor |
| | setup () Setup method. |
| | run () Run method. |
| | self () const New standard supervisory object. |
| | syncevent synchronization event
|
| | envExc excitation manager for the environment |
| | iterExc excitation manager for the test iterator |
| | testEnvExc excitation manager for the test environment |
| | testExc excitation manager for the test signals |
| | testiter test iterator |
| | test test |
| | runRT () Run real-time method. |
| | runOL () Run off-line method. |
| | timeWait (double duration) const Wait method. |
| | triggerWait (const string& channel) const Wait trigger method. |
| | syncWait (const syncpoint& sync, bool testPaused) const Wait sync method. |
| | syncRead (const syncpoint& sync, taisec_t& last, taisec_t& lastlast, bool testPaused) const Read sync method. |
| | resumeWait () const Wait resume method. |
| | signalSend (const string& channel) const Wait trigger method. |
Standard supervisory This object implements a standard supervisory task.
virtual ~standardsupervisory()
virtual bool setup()
virtual bool run()
virtual supervisory* self() const
enum syncevent
excitationManager envExc
excitationManager iterExc
excitationManager testEnvExc
excitationManager testExc
std::auto_ptr <testiterator> testiter
std::auto_ptr <diagtest> test
virtual bool runRT()
virtual bool runOL()
virtual bool timeWait(double duration) const
virtual bool triggerWait(const string& channel) const
virtual syncevent syncWait(const syncpoint& sync, bool testPaused) const
testPaused - true if test is already paused
virtual syncevent syncRead(const syncpoint& sync, taisec_t& last, taisec_t& lastlast, bool testPaused) const
last - Measurement stop time of last read
lastlast - Measurement stop time of read before last
testPaused - true if test is already paused
virtual bool resumeWait() const
virtual bool signalSend(const string& channel) const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++