Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
DCConnected -> DCPower [dir="both"] | DCConnected -> DCPower [dir="both"] | ||
DCConnected -> DCDisconnected [dir="both"] | DCConnected -> DCDisconnected [dir="both"] | ||
+ | } | ||
+ | subgraph cluster_OBC { | ||
+ | label="Incar Computer" | ||
+ | InCarOff -> InCarOn -> InCarSoftwareStarted [dir="both"] | ||
} | } | ||
} | } | ||
</graphviz> | </graphviz> |