3#include "../global.hpp"
5#include "int_reg_node.hpp"
37 return std::make_shared<Int64RegNode>(HandleGuard<Node>(
38 CExports::CreateGSInt64NodeTyped(okName.data(),
static_cast<CExports::TGSNamespace
>(nameSpace), address)));
An Int64 IntRegNode node.
Definition: int_64_reg_node.hpp:17
static Int64RegNodePtr Create(const String &name, const GevServer::Namespace &nameSpace, const std::int64_t &address)
Creates a new Int64RegNode with the given name and nameSpace .
Definition: int_64_reg_node.hpp:34
static Int64RegNodePtr Create(const String &name, const std::int64_t &address)
Creates a new Int64RegNode with the given name .
Definition: int_64_reg_node.hpp:74
static Int64RegNodePtr Create(const String &name)
Creates a new Int64RegNode with the given name and and automatically assigned address.
Definition: int_64_reg_node.hpp:93
static Int64RegNodePtr Create(const String &name, const GevServer::Namespace &nameSpace)
Creates a new Int64RegNode with the given name , nameSpace and an automatically assigned address.
Definition: int_64_reg_node.hpp:52
Integer value register.
Definition: int_reg_node.hpp:24
static GevServer::Namespace ParseNamespace(const String &name)
Gets the Namespace from the given name .
Definition: decl_node.hpp:585
static String EnsureNodeNameOnly(const String &name)
Throws if the given name has a namespace prefix.
Definition: decl_node.hpp:558
static String ParseName(const String &name)
Gets the name part of the given node name .
Definition: decl_node.hpp:607
Namespace
The possible name spaces a node can be in.
Definition: gevserver.hpp:148
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24