3#include "../global.hpp"
5#include "integer_node.hpp"
21 class IntRegNode :
public IntegerNode
24 explicit IntRegNode(HandleGuard<Node> &&guard) noexcept
36 return GetInfoAsInt(NodeInfo::RegisterAddress);
46 return GetInfoAsInt(NodeInfo::RegisterLength);
21 class IntRegNode :
public IntegerNode {
…};
52 using GenApi::IntRegNode;
std::int64_t Length() const
Gets the number of bytes occupied by the register.
Definition int_reg_node.hpp:44
std::int64_t Address() const
Gets the registers address.
Definition int_reg_node.hpp:34
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