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