Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
Loading...
Searching...
No Matches
icarus::IntrospectionEdge Struct Reference

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.

Detailed Description

A single directed edge in the introspection graph.

Member Data Documentation

◆ kind

EdgeKind icarus::IntrospectionEdge::kind

Edge classification.

◆ source

std::string icarus::IntrospectionEdge::source

Source signal path (e.g., "Rocket.Engine.force.x").

◆ target

std::string icarus::IntrospectionEdge::target

Target: signal path (routes) or component name (resolves).


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