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