Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
| (5 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" | ||
OBDOff -> OBDOn [dir="both"] | OBDOff -> OBDOn [dir="both"] | ||
OBDOn -> OBDSleep [dir="both"] | OBDOn -> OBDSleep [dir="both"] | ||
OBDSleep -> OBDOff | OBDSleep -> OBDOff | ||
} | } | ||
| − | + | subgraph cluster_Bluetooth { | |
| + | label="Bluetooth" | ||
BLDisconnected -> BLPaired -> BLConnected [dir="both"] | BLDisconnected -> BLPaired -> BLConnected [dir="both"] | ||
} | } | ||
| − | + | subgraph cluster_Wifi { | |
| + | label="Wifi" | ||
WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | WifiOutOfRange -> WifiInRange -> WifiConnected [dir="both"] | ||
} | } | ||
| − | + | subgraph cluster_USB { | |
| + | label="USB" | ||
UBSConnected -> USBDisconnected [dir="both"] | UBSConnected -> USBDisconnected [dir="both"] | ||
} | } | ||
| − | + | subgraph cluster_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> | ||
Latest revision as of 17:06, 25 August 2017
