7 #ifndef __PVGENBOOLEAN_H__ 8 #define __PVGENBOOLEAN_H__ 10 #include <PvGenParameter.h> Result information.
Definition: PvResult.h:29
PvResult SetValue(bool aValue)
Set the feature's value.
Definition: PvGenBoolean.cpp:46
GenICam feature: Boolean. A feature which can either be true or false.
Definition: PvGenBoolean.h:21
Base class for all GenICam feature types.
Definition: PvGenParameter.h:43
virtual ~PvGenBoolean()
Destructor.
Definition: PvGenBoolean.cpp:37
PvGenBoolean()
Constructor.
Definition: PvGenBoolean.cpp:28
PvResult GetValue(bool &aValue) const
Get the feature's value.
Definition: PvGenBoolean.cpp:72