|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
A single directed edge in the introspection graph. More...
#include <IntrospectionGraph.hpp>
Public Attributes | |
| std::string | source |
| Source signal path (e.g., "Rocket.Engine.force.x"). | |
| std::string | target |
| Target: signal path (routes) or component name (resolves). | |
| EdgeKind | kind |
| Edge classification. | |
A single directed edge in the introspection graph.
| EdgeKind icarus::IntrospectionEdge::kind |
Edge classification.
| std::string icarus::IntrospectionEdge::source |
Source signal path (e.g., "Rocket.Engine.force.x").
| std::string icarus::IntrospectionEdge::target |
Target: signal path (routes) or component name (resolves).