NDS3
1.0.0
API reference manual
|
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>
Public Member Functions | |
NodeImpl (const std::string &name, const nodeType_t nodeType) | |
Construct the node. More... | |
nds::NodeImpl::NodeImpl | ( | const std::string & | name, |
const nodeType_t | nodeType | ||
) |
Construct the node.
name | node's name (e.g. "CHANNEL0" or "CHANNELGROUP1") |