Definition of RegisterList_t type and the interface IRegister. More...
Namespaces | |
GenApi | |
Contains definitions of the types of GenICam GenApi modules. | |
Typedefs | |
typedef CRegisterRefT< IRegister > | GenApi::CRegisterRef |
Functions | |
struct virtual __attribute__((visibility("default"))) IRegister void | GenApi::Get (uint8_t *pBuffer, int64_t Length, bool Verify=false, bool IgnoreCache=false)=0 |
Interface for registers. More... | |
virtual int64_t | GenApi::GetLength ()=0 |
Retrieves the Length of the register [Bytes]. | |
virtual int64_t | GenApi::GetAddress ()=0 |
Retrieves the Address of the register. | |
Definition of RegisterList_t type and the interface IRegister.