#include <ComponentBase.hpp>
Detailed Description
Definition at line 13 of file ComponentBase.hpp.
Constructor & Destructor Documentation
virtual HCE::component::ComponentBase::~ComponentBase |
( |
| ) |
|
|
inlinevirtual |
virtual HCE::component::ComponentBase::~ComponentBase |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
bool HCE::component::ComponentBase::getIsBusy |
( |
| ) |
|
|
inline |
const std::atomic_bool& HCE::component::ComponentBase::getIsBusy |
( |
| ) |
|
|
inline |
virtual Poco::SharedPtr<DataBase> HCE::component::ComponentBase::process |
( |
Poco::SharedPtr< DataBase > |
inData | ) |
|
|
pure virtual |
virtual Poco::SharedPtr<DataBase> HCE::component::ComponentBase::process |
( |
Poco::SharedPtr< DataBase > |
inData | ) |
|
|
pure virtual |
void HCE::component::ComponentBase::setIsBusy |
( |
bool |
isBusy | ) |
|
|
inline |
void HCE::component::ComponentBase::setIsBusy |
( |
bool |
isBusy | ) |
|
|
inline |
Member Data Documentation
bool HCE::component::ComponentBase::_isBusy |
|
protected |
std::atomic_bool HCE::component::ComponentBase::_isBusy |
|
protected |
The documentation for this class was generated from the following files: