0.2.0
|
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. | |
Public Attributes | |
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.
|
inline |
Constructor.
[in] | kind | Kind of the pin |
[in] | type | Type of the pin |
[in] | dataIdentifier | Identifiers supplied by the pin |