Public Member Functions | |
LeakDetector (OptionManager &mgr, const std::string &descrName="LeakDetector", const std::string &tagName="LeakDetector") | |
void | setBeoChip (nub::soft_ref< BeoChip > &bc) |
void | setBeoSub (nub::soft_ref< BeoSubLeakDetector > &sub) |
bool | getState () |
Protected Member Functions | |
void | start1 () |
This is called from within start() before the subcomponents start. | |
void | stop1 () |
This is called from within stop() before the subcomponents stop. | |
Friends | |
class | LeakDetectorListener |
Definition at line 56 of file test-LeakDetector.C.
void LeakDetector::start1 | ( | ) | [protected, virtual] |
This is called from within start() before the subcomponents start.
Reimplemented from ModelComponent.
Definition at line 112 of file test-LeakDetector.C.
void LeakDetector::stop1 | ( | ) | [protected, virtual] |
This is called from within stop() before the subcomponents stop.
Reimplemented from ModelComponent.
Definition at line 119 of file test-LeakDetector.C.