package state type CANMessage struct { CANID int Length int Signals []CANSignal } type CANSignal struct { Name string Position int }