Termination operator: terminates on a given elapsed time. More...
#include <TermMaxTimeOp.h>
Public Member Functions | |
| void | registerParameters (StateP) |
| Register parameters with the Registry. Called before Operator::initialize. | |
| bool | initialize (StateP) |
| Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! | |
| bool | operate (StateP) |
| perform the designated operation | |
Protected Attributes | |
| uint | maxTime_ |
Termination operator: terminates on a given elapsed time.
Definition at line 8 of file TermMaxTimeOp.h.
| bool TermMaxTimeOp::initialize | ( | StateP | ) | [virtual] |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.
Definition at line 13 of file TermMaxTimeOp.cpp.
1.7.1