3#include "../global.hpp"
5#include "value_node.hpp"
18 class CommandNode :
public ValueNode
21 explicit CommandNode(HandleGuard<Node> &&guard) noexcept
33 return (NativeCall<CExports::cvbbool_t>(
34 [&](CExports::cvbbool_t &value) {
return CExports::NGetAsBoolean(
Handle(), value); }))
45 NativeCall([&]() {
return CExports::NSetAsBoolean(
Handle(),
static_cast<CExports::cvbbool_t
>(
true)); });
18 class CommandNode :
public ValueNode {
…};
51 using GenApi::CommandNode;
void Execute()
Executes this command.
Definition command_node.hpp:43
bool IsDone() const
If this command is readable, the execution state can be queried.
Definition command_node.hpp:31
void * Handle() const noexcept
Classic API node handle.
Definition decl_node.hpp:71
Namespace for GenApi based device configuration.
Definition decl_fw_updater.hpp:29
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17