NDS3
1.0.0
API reference manual
|
Node that holds an ASYN port.
When initialize() is called then registers the port and all the children AsynPVBase (also the ones not directly owned but owned by its children).
#include <portImpl.h>
Public Member Functions | |
PortImpl (const std::string &name, const nodeType_t nodeType) | |
Construct an AsynPort. More... | |
virtual std::shared_ptr< PortImpl > | getPort () |
Return a pointer to this object. More... | |
Public Member Functions inherited from nds::NodeImpl | |
NodeImpl (const std::string &name, const nodeType_t nodeType) | |
Construct the node. More... | |
nds::PortImpl::PortImpl | ( | const std::string & | name, |
const nodeType_t | nodeType | ||
) |
Construct an AsynPort.
port's | name. Used also as port name in the AsynDriver |
|
virtual |
Return a pointer to this object.