Implementation of the IRegister interface. More...
#include <RegisterT.h>
Public Member Functions | |
virtual void | Get (uint8_t *pBuffer, int64_t Length, bool Verify=false, bool IgnoreCache=false) |
Implementation of IRegister::Get() More... | |
virtual int64_t | GetAddress (bool Verify=false) |
Retrieves the Address of the register. More... | |
virtual int64_t | GetLength (bool Verify=false) |
Implementation of IRegister::GetLength() More... | |
virtual void | Set (const uint8_t *pBuffer, int64_t Length, bool Verify=true) |
Implementation of IRegister::Set() More... | |
Implementation of the IRegister interface.
Definition at line 53 of file RegisterT.h.
|
inlinevirtual |
Implementation of IRegister::Get()
Definition at line 135 of file RegisterT.h.
|
inlinevirtual |
Retrieves the Address of the register.
Definition at line 194 of file RegisterT.h.
|
inlinevirtual |
Implementation of IRegister::GetLength()
Definition at line 186 of file RegisterT.h.
|
inlinevirtual |
Implementation of IRegister::Set()
Definition at line 59 of file RegisterT.h.