7 #ifndef __PVGENINTEGER_H__ 8 #define __PVGENINTEGER_H__ 10 #include <PvGenParameter.h> PvResult GetRepresentation(PvGenRepresentation &aRepresentation) const
Get the feature's suggested presentation format.
Definition: PvGenInteger.cpp:210
Result information.
Definition: PvResult.h:13
PvResult GetMin(int64_t &aMin) const
Get the feature's limits (minimum).
Definition: PvGenInteger.cpp:114
PvResult GetMax(int64_t &aMax) const
Get the feature's limits (maximum).
Definition: PvGenInteger.cpp:143
PvGenRepresentation
Definition: PvGenTypes.h:35
PvResult SetValue(int64_t aValue)
Set the feature's new value.
Definition: PvGenInteger.cpp:56
PvResult GetIncrement(int64_t &aIncrement) const
Get the feature's suggested increment.
Definition: PvGenInteger.cpp:179
Base class for all GenICam feature types.
Definition: PvGenParameter.h:38
virtual ~PvGenInteger()
Destructor.
Definition: PvGenInteger.cpp:41
PvResult GetValue(int64_t &aValue) const
Get the feature's value.
Definition: PvGenInteger.cpp:86
GenICam feature: Integer.
Definition: PvGenInteger.h:13
PvGenInteger()
Constructor.
Definition: PvGenInteger.cpp:32