#include <NodeConnectionSchema.hpp>
Public Member Functions | |
| bool | operator== (const NodeConnectionSchema &rhs) const |
Public Attributes | |
| int64_t | node1Id = -1 |
| std::string | node1Output |
| std::string | node1OutputGroup |
| int64_t | node2Id = -1 |
| std::string | node2Input |
| std::string | node2InputGroup |
Specifies a connection between nodes IOs
Definition at line 10 of file NodeConnectionSchema.hpp.
|
inline |
Definition at line 18 of file NodeConnectionSchema.hpp.
| int64_t dai::NodeConnectionSchema::node1Id = -1 |
Definition at line 11 of file NodeConnectionSchema.hpp.
| std::string dai::NodeConnectionSchema::node1Output |
Definition at line 13 of file NodeConnectionSchema.hpp.
| std::string dai::NodeConnectionSchema::node1OutputGroup |
Definition at line 12 of file NodeConnectionSchema.hpp.
| int64_t dai::NodeConnectionSchema::node2Id = -1 |
Definition at line 14 of file NodeConnectionSchema.hpp.
| std::string dai::NodeConnectionSchema::node2Input |
Definition at line 16 of file NodeConnectionSchema.hpp.
| std::string dai::NodeConnectionSchema::node2InputGroup |
Definition at line 15 of file NodeConnectionSchema.hpp.