Difference between revisions of "VehicleGroup"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
end note
 
end note
 
class Pid {
 
class Pid {
 +
  name
 +
  pid
 +
  freq
 +
  examples
 +
  isoTP
 
}
 
}
 
note left of Pid
 
note left of Pid
 
->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/PID.java Pid sources]]  
 
->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/PID.java Pid sources]]  
 +
end note
 +
class CANInfo {
 +
}
 +
note left of CANInfo
 +
->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/CANInfo.java CANInfo sources]]
 
end note
 
end note
 
VehicleGroup "1 group" -- "n models" VehicleModel
 
VehicleGroup "1 group" -- "n models" VehicleModel
 
VehicleGroup --> "n pids" Pid
 
VehicleGroup --> "n pids" Pid
 +
Pid --> "n caninfos" CANInfo
  
 
skinparam class {
 
skinparam class {

Revision as of 15:11, 25 June 2017