Difference between revisions of "VehicleGroup"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
note left of CANInfo | note left of CANInfo | ||
->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/CANInfo.java CANInfo sources]] | ->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/CANInfo.java CANInfo sources]] | ||
+ | end note | ||
+ | class CANValue { | ||
+ | |||
+ | } | ||
+ | note left of CANValue | ||
+ | ->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/CANValue.java CANValue sources]] | ||
end note | end note | ||
} | } | ||
Line 45: | Line 51: | ||
VehicleGroup --> "n pids" Pid | VehicleGroup --> "n pids" Pid | ||
Pid --> "n caninfos" CANInfo | Pid --> "n caninfos" CANInfo | ||
+ | CANValue <|-- BooleanValue | ||
+ | CANValue <|-- IntegerValue | ||
+ | CANValue <|-- DoubleValue | ||
+ | CANValue <|-- StringValue | ||
+ | CANValue <|-- CANRawValue | ||
skinparam class { | skinparam class { |