Abstract base class for all RPC Objects. More...
#include <RPCEntity.hpp>

Public Member Functions | |
| virtual ReturnCode_t | enable ()=0 |
| Enables the entity. | |
| virtual ReturnCode_t | close ()=0 |
| Disables the entity. | |
| virtual bool | is_enabled () const =0 |
| Check if the entity is enabled. | |
Protected Member Functions | |
| ~RPCEntity ()=default | |
| Destructor. | |
Abstract base class for all RPC Objects.
|
protecteddefault |
Destructor.
|
pure virtual |
Disables the entity.
|
pure virtual |
Enables the entity.
|
pure virtual |
Check if the entity is enabled.