7 #ifndef __PVGENCOMMAND_H__ 8 #define __PVGENCOMMAND_H__ 10 #include <PvGenParameter.h> 18 #ifdef EBUS_PYTHON_DOXYGEN Result information.
Definition: PvResult.h:13
PvGenCommand()
Constructor.
Definition: PvGenCommand.cpp:32
PvResult Execute()
Activate the feature.
Definition: PvGenCommand.cpp:54
GenICam feature: Command. A feature which can only be activated.
Definition: PvGenCommand.h:13
virtual ~PvGenCommand()
Destructor.
Definition: PvGenCommand.cpp:41
PvResult IsDone(bool &aDone)
Query whether the command is executed.
Definition: PvGenCommand.cpp:89
Base class for all GenICam feature types.
Definition: PvGenParameter.h:37