NDS3  1.0.0
API reference manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nds::NodeImpl Class Reference

Detailed Description

Represents a node (channel or channelGroup in the old NDS) which can contain other nodes.

Can contain other nodes (including AsynPort) or PVs.

#include <nodeImpl.h>

Inheritance diagram for nds::NodeImpl:
nds::PortImpl nds::StateMachineImpl

Public Member Functions

 NodeImpl (const std::string &name, const nodeType_t nodeType)
 Construct the node. More...
 

Constructor & Destructor Documentation

nds::NodeImpl::NodeImpl ( const std::string &  name,
const nodeType_t  nodeType 
)

Construct the node.

Parameters
namenode's name (e.g. "CHANNEL0" or "CHANNELGROUP1")

The documentation for this class was generated from the following file: