Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
label="Incar Computer" | label="Incar Computer" | ||
InCarOff -> InCarOn -> InCarSoftwareStarted [dir="both"] | InCarOff -> InCarOn -> InCarSoftwareStarted [dir="both"] | ||
| + | } | ||
| + | subgraph_cluster_OBD { | ||
| + | OBDOff -> OBDOn [dir="both"] | ||
| + | OBDOn -> OBDSleep [dir="both"] | ||
| + | OBDSleep -> OBDOff | ||
| + | } | ||
| + | subgraph_cluster_Bluetooth { | ||
| + | BLDisconnected -> BLPaired -> BLConnected [dir="both"] | ||
| + | } | ||
| + | subgraph_cluser_Wifi { | ||
| + | WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | ||
| + | } | ||
| + | subgraph_cluster_USB { | ||
| + | UBSConnected -> USBDisconnected [dir="both"] | ||
| + | } | ||
| + | subgraph_cluser_CAN { | ||
| + | NoData -> Data -> Monitoring [dir="both"] | ||
} | } | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 16:59, 25 August 2017
