7 #ifndef __PVGENREGISTER_H__ 8 #define __PVGENREGISTER_H__ 10 #include <PvGenParameter.h> 17 PV_GENICAM_API
PvResult Set(
const uint8_t *aBuffer, int64_t aLength );
18 PV_GENICAM_API
PvResult Get( uint8_t *aBuffer, int64_t aLength )
const;
Result information.
Definition: PvResult.h:13
PvResult GetLength(int64_t &aLength) const
Returns the length of the register mapped with this feature.
Definition: PvGenRegister.cpp:132
virtual ~PvGenRegister()
Destructor.
Definition: PvGenRegister.cpp:40
PvResult Set(const uint8_t *aBuffer, int64_t aLength)
Write to the register.
Definition: PvGenRegister.cpp:63
Base class for all GenICam feature types.
Definition: PvGenParameter.h:37
PvGenRegister()
Constructor.
Definition: PvGenRegister.cpp:31
PvResult Get(uint8_t *aBuffer, int64_t aLength) const
Reads from the register.
Definition: PvGenRegister.cpp:101
GenICam feature: Register, or IRegister. A feature providing direct access to a section of the device...
Definition: PvGenRegister.h:13