|
ChimeraTK-DeviceAccess
03.18.00
|
Go to the documentation of this file.
9 class RebotDummySession;
23 void hello(std::vector<uint32_t>& buffer)
override;
31 static const uint64_t
BAR = 0;
uint32_t _nextAddressInWords
void hello(std::vector< uint32_t > &buffer) override
First protocol version that implements hello.
Only put commands which don't exist in all versions, or behave differently.
void multiWordRead(std::vector< uint32_t > &buffer) override
The multi word read is not limited in the size any more.
DummyProtocol1(RebotDummySession &parent)
uint32_t multiWordWrite(std::vector< uint32_t > &buffer) override
First protocol version that implements hello.
uint32_t protocolVersion() const override
implement this for EVERY protocol version
uint32_t continueMultiWordWrite(std::vector< uint32_t > &buffer) override
Only put commands which don't exist in all versions, or behave differently.
static const uint64_t BAR