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