Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
} | } | ||
subgraph_cluster_OBD { | subgraph_cluster_OBD { | ||
+ | label="OBD" | ||
OBDOff -> OBDOn [dir="both"] | OBDOff -> OBDOn [dir="both"] | ||
OBDOn -> OBDSleep [dir="both"] | OBDOn -> OBDSleep [dir="both"] | ||
Line 30: | Line 31: | ||
} | } | ||
subgraph_cluster_Bluetooth { | subgraph_cluster_Bluetooth { | ||
+ | label="Bluetooth" | ||
BLDisconnected -> BLPaired -> BLConnected [dir="both"] | BLDisconnected -> BLPaired -> BLConnected [dir="both"] | ||
} | } | ||
subgraph_cluser_Wifi { | subgraph_cluser_Wifi { | ||
+ | label="Wifi" | ||
WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | ||
} | } | ||
subgraph_cluster_USB { | subgraph_cluster_USB { | ||
+ | label="USB" | ||
UBSConnected -> USBDisconnected [dir="both"] | UBSConnected -> USBDisconnected [dir="both"] | ||
} | } | ||
subgraph_cluster_CAN { | subgraph_cluster_CAN { | ||
+ | label="CAN" | ||
NoData -> Data -> Monitoring [dir="both"] | NoData -> Data -> Monitoring [dir="both"] | ||
} | } | ||
} | } | ||
</graphviz> | </graphviz> |