3#include "../global.hpp"
5#include "float_reg_node.hpp"
16 class Float64RegNode :
public FloatRegNode
19 explicit Float64RegNode(HandleGuard<Node> &&guard)
42 okName.data(),
static_cast<CExports::TGSNamespace
>(nameSpace), address)));
16 class Float64RegNode :
public FloatRegNode {
…};
static Float64RegNodePtr Create(const String &name, const GevServer::Namespace &nameSpace, const std::int64_t &address)
Creates a new float_64_reg_node with the given name and nameSpace .
Definition float_64_reg_node.hpp:37
static Float64RegNodePtr Create(const String &name, const std::int64_t &address)
Creates a new float_64_reg_node with the given name .
Definition float_64_reg_node.hpp:78
static Float64RegNodePtr Create(const String &name, const GevServer::Namespace &nameSpace)
Creates a new float_64_reg_node with the given name , nameSpace and an automatically assigned addres...
Definition float_64_reg_node.hpp:56
static Float64RegNodePtr Create(const String &name)
Creates a new float_64_reg_node with the given name and and automatically assigned address.
Definition float_64_reg_node.hpp:97
static GevServer::Namespace ParseNamespace(const String &name)
Gets the Namespace from the given name .
Definition decl_node.hpp:591
static String EnsureNodeNameOnly(const String &name)
Throws if the given name has a namespace prefix.
Definition decl_node.hpp:564
static String ParseName(const String &name)
Gets the name part of the given node name .
Definition decl_node.hpp:611
Namespace for GevServer based device configuration.
Definition decl_int_swiss_knife_node.hpp:11
Namespace
The possible name spaces a node can be in.
Definition gevserver.hpp:156
std::shared_ptr< Float64RegNode > Float64RegNodePtr
Convenience shared pointer for Float64RegNode.
Definition gevserver.hpp:93
@ String
Node is a string node (no reg).
Definition gevserver.hpp:177
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17