31 #include <VtdToolkit/viRDBIcd.h> 47 virtual ~
RdbError() noexcept =
default;
66 virtual bool has()
const = 0;
71 virtual std::vector<std::shared_ptr<RDB_MSG_t>> receive() = 0;
79 virtual void send(
const RDB_MSG_t* msg,
size_t size) = 0;
81 virtual void to_json(cloe::Json& j)
const = 0;
83 friend void to_json(cloe::Json& j,
const RdbTransceiver& t) { t.to_json(j); }
Definition: rdb_transceiver.hpp:44
Definition: actuator_component.hpp:35
Definition: rdb_transceiver.hpp:56