0.2.0
Loading...
Searching...
No Matches
NAV::NodeRegistry::PinInfo Struct Reference

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.
 

Detailed Description

Holds info of the pins of registered nodes.

Constructor & Destructor Documentation

◆ PinInfo()

NAV::NodeRegistry::PinInfo::PinInfo ( const Pin::Kind & kind,
const Pin::Type & type,
std::vector< std::string > dataIdentifier )
inline

Constructor.

Parameters
[in]kindKind of the pin
[in]typeType of the pin
[in]dataIdentifierIdentifiers supplied by the pin

The documentation for this struct was generated from the following file: