blob: 5d5f4fff06720b093c33107447b127b89b36d03e [file] [log] [blame]
module J1939 {
import from General_Types all;
type record CAN_identifier {
BIT3 priority,
BIT1 reseved,
BIT1 datapage,
OCT1 pduformat,
OCT1 destinationAddress,
OCT1 sourceAddress
}
type OCT3 PGN
}