Definition of RegisterList_t type and the interface IRegister. More...
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CRegisterRefT< T > |
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef CRegisterRefT< IRegister > | GENAPI_NAMESPACE::CRegisterRef |
Reference to an IRegister pointer. More... | |
Functions | |
virtual void | GENAPI_NAMESPACE::Get (uint8_t *pBuffer, int64_t Length, bool Verify=false, bool IgnoreCache=false)=0 |
Fills a buffer with the register's contents. More... | |
virtual int64_t | GENAPI_NAMESPACE::GetAddress ()=0 |
Retrieves the Address of the register. More... | |
virtual int64_t | GENAPI_NAMESPACE::GetLength ()=0 |
Retrieves the Length of the register [Bytes]. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IRegister |
Interface for registers. More... | |
Definition of RegisterList_t type and the interface IRegister.
Definition in file IRegister.h.