Difference between revisions of "VehicleState"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 45: Line 45:
 
       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>

Latest revision as of 18:06, 25 August 2017