#include <StateEstimator.hpp>

Public Member Functions | |
| virtual void | destroy ()=0 |
| virtual std::string | getName () const =0 |
| virtual void | initialize ()=0 |
| bool | isActive () const |
| bool | isInitialized () const |
| virtual void | willBecomeActive ()=0 |
| virtual void | willBecomeInActive ()=0 |
| virtual | ~StateEstimator () |
Protected Member Functions | |
| StateEstimator () | |
Protected Attributes | |
| bool | initialized |
| StateEstimatorController & | stateEstimatorController |
Definition at line 24 of file StateEstimator.hpp.
| TELEKYB_NAMESPACE::StateEstimator::StateEstimator | ( | ) | [protected] |
Definition at line 16 of file StateEstimator.cpp.
| TELEKYB_NAMESPACE::StateEstimator::~StateEstimator | ( | ) | [virtual] |
Definition at line 22 of file StateEstimator.cpp.
| virtual void TELEKYB_NAMESPACE::StateEstimator::destroy | ( | ) | [pure virtual] |
| virtual std::string TELEKYB_NAMESPACE::StateEstimator::getName | ( | ) | const [pure virtual] |
| virtual void TELEKYB_NAMESPACE::StateEstimator::initialize | ( | ) | [pure virtual] |
| bool TELEKYB_NAMESPACE::StateEstimator::isActive | ( | ) | const |
Definition at line 32 of file StateEstimator.cpp.
| bool TELEKYB_NAMESPACE::StateEstimator::isInitialized | ( | ) | const |
Definition at line 27 of file StateEstimator.cpp.
| virtual void TELEKYB_NAMESPACE::StateEstimator::willBecomeActive | ( | ) | [pure virtual] |
| virtual void TELEKYB_NAMESPACE::StateEstimator::willBecomeInActive | ( | ) | [pure virtual] |
bool TELEKYB_NAMESPACE::StateEstimator::initialized [protected] |
Definition at line 31 of file StateEstimator.hpp.
Definition at line 28 of file StateEstimator.hpp.