ChimeraTK-DeviceAccess
03.18.00
|
This is the base class of the code which implements the ReboT protocol. More...
#include <RebotProtocolImplementor.h>
Public Member Functions | |
virtual void | read (uint32_t addressInBytes, int32_t *data, size_t sizeInBytes)=0 |
virtual void | write (uint32_t addressInBytes, int32_t const *data, size_t sizeInBytes)=0 |
virtual void | sendHeartbeat ()=0 |
virtual | ~RebotProtocolImplementor () |
This is the base class of the code which implements the ReboT protocol.
Starting from version 0, the implementors can derrive from each other to reuse code from previous versions, or replace the implementation.
Definition at line 14 of file RebotProtocolImplementor.h.
|
inlinevirtual |
Definition at line 18 of file RebotProtocolImplementor.h.
|
pure virtual |
Implemented in ChimeraTK::RebotProtocol0, and ChimeraTK::RebotProtocol1.
|
pure virtual |
Implemented in ChimeraTK::RebotProtocol0, and ChimeraTK::RebotProtocol1.
|
pure virtual |
Implemented in ChimeraTK::RebotProtocol0, and ChimeraTK::RebotProtocol1.