![]() |
ChimeraTK-DeviceAccess 03.27.00
|
This abstract class encapsulates a RawConverter to erase the exact RawConverter type (with all its template parameters). More...
#include <DummyRegisterAccessor.h>
Inheritance diagram for ChimeraTK::proxies::RawConverterCapsule< UserType >:Public Member Functions | |
| virtual | ~RawConverterCapsule ()=default |
| virtual UserType | toCooked (std::byte *raw)=0 |
| virtual void | toRaw (UserType cooked, std::byte *raw)=0 |
Static Public Member Functions | |
| static std::shared_ptr< RawConverterCapsule< UserType > > | makeCapsule (const ChimeraTK::NumericAddressedRegisterInfo &info, size_t channelIndex) |
This abstract class encapsulates a RawConverter to erase the exact RawConverter type (with all its template parameters).
Definition at line 21 of file DummyRegisterAccessor.h.
|
virtualdefault |
|
static |
Definition at line 45 of file DummyRegisterAccessor.cc.
|
pure virtual |
|
pure virtual |