0.2.0
|
Holds information for registered nodes. More...
Public Member Functions | |
bool | hasCompatiblePin (const Pin *pin) const |
Checks if the node has a pin which can be linked. | |
Public Attributes | |
std::function< Node *()> | constructor |
Constructor. | |
std::vector< PinInfo > | pinInfoList |
List of port data types. | |
std::string | type |
Class Type of the node. | |
Holds information for registered nodes.
bool NAV::NodeRegistry::NodeInfo::hasCompatiblePin | ( | const Pin * | pin | ) | const |
Checks if the node has a pin which can be linked.
[in] | pin | Pin to link to |