15#ifndef FASTDDS_DDS_RPC__RPCENTITY_HPP
16#define FASTDDS_DDS_RPC__RPCENTITY_HPP
18#include <fastdds/dds/core/detail/DDSReturnCode.hpp>
19#include <fastdds/fastdds_dll.hpp>
Abstract base class for all RPC Objects.
Definition RPCEntity.hpp:30
virtual bool is_enabled() const =0
Check if the entity is enabled.
virtual ReturnCode_t enable()=0
Enables the entity.
virtual ReturnCode_t close()=0
Disables the entity.
~RPCEntity()=default
Destructor.
Definition DomainParticipant.hpp:46
int32_t ReturnCode_t
Definition DDSReturnCode.hpp:59