|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
Information about a detected cycle in the dependency graph. More...
#include <TopologyAnalyzer.hpp>
Public Member Functions | |
| std::string | ToString () const |
Public Attributes | |
| std::vector< std::string > | components |
| Components forming the cycle. | |
| std::vector< std::string > | signals |
| Signals involved in the cycle. | |
Information about a detected cycle in the dependency graph.
|
inlinenodiscard |
| std::vector<std::string> icarus::CycleInfo::components |
Components forming the cycle.
| std::vector<std::string> icarus::CycleInfo::signals |
Signals involved in the cycle.