![]() |
0.4.1
|
Holds info of the pins of registered nodes. More...
Public Member Functions | |
PinInfo (const Pin::Kind &kind, const Pin::Type &type, std::vector< std::string > dataIdentifier) | |
Constructor. | |
Data Fields | |
std::vector< std::string > | dataIdentifier |
One or multiple Data Identifiers (Unique name which is used for data flows) | |
Pin::Kind | kind |
Kind of the Pin (Input/Output) | |
Pin::Type | type |
Type of the Pin. | |
Holds info of the pins of registered nodes.
Definition at line 31 of file NodeRegistry.hpp.
|
inline |
Constructor.
[in] | kind | Kind of the pin |
[in] | type | Type of the pin |
[in] | dataIdentifier | Identifiers supplied by the pin |
Definition at line 37 of file NodeRegistry.hpp.
std::vector<std::string> NAV::NodeRegistry::PinInfo::dataIdentifier |
One or multiple Data Identifiers (Unique name which is used for data flows)
Definition at line 45 of file NodeRegistry.hpp.
Pin::Kind NAV::NodeRegistry::PinInfo::kind |
Kind of the Pin (Input/Output)
Definition at line 41 of file NodeRegistry.hpp.
Pin::Type NAV::NodeRegistry::PinInfo::type |
Type of the Pin.
Definition at line 43 of file NodeRegistry.hpp.