Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
InCarOff -> InCarOn -> InCarSoftwareStarted [dir="both"] | InCarOff -> InCarOn -> InCarSoftwareStarted [dir="both"] | ||
} | } | ||
− | + | subgraph cluster_OBD { | |
label="OBD" | label="OBD" | ||
OBDOff -> OBDOn [dir="both"] | OBDOff -> OBDOn [dir="both"] | ||
Line 30: | Line 30: | ||
OBDSleep -> OBDOff | OBDSleep -> OBDOff | ||
} | } | ||
− | + | subgraph cluster_Bluetooth { | |
label="Bluetooth" | label="Bluetooth" | ||
BLDisconnected -> BLPaired -> BLConnected [dir="both"] | BLDisconnected -> BLPaired -> BLConnected [dir="both"] | ||
} | } | ||
− | + | subgraph cluster_Wifi { | |
label="Wifi" | label="Wifi" | ||
WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | ||
} | } | ||
− | + | subgraph cluster_USB { | |
label="USB" | label="USB" | ||
UBSConnected -> USBDisconnected [dir="both"] | UBSConnected -> USBDisconnected [dir="both"] | ||
} | } | ||
− | + | subgraph cluster_CAN { | |
label="CAN" | label="CAN" | ||
NoData -> Data -> Monitoring [dir="both"] | NoData -> Data -> Monitoring [dir="both"] | ||
+ | } | ||
+ | subgraph cluster_car { | ||
+ | parking -> charging [dir="both"] | ||
+ | parking -> moving [dir="both"] | ||
+ | charging -> full | ||
+ | full -> parking [ label="immediate" ] | ||
} | } | ||
} | } | ||
</graphviz> | </graphviz> |