#include <acsComponentStateManager.h>
Inheritance diagram for maci::ComponentStateManager:
Public Member Functions | |
virtual | ~ComponentStateManager () |
virtual ACS::ComponentStates | getCurrentState ()=0 |
virtual void | setState (ACS::ComponentStates newState)=0 |
virtual ACE_CString | getName ()=0 |
|
|
|
Returns the current state of the component
Implemented in maci::MACIComponentStateManager.
|
|
Return the state in a human readable format It could be useful for logging or printing the state
Implemented in maci::MACIComponentStateManager.
|
|
Change the state of the component
Implemented in maci::MACIComponentStateManager.
|