diff --git a/pkg/descriptor/signal.go b/pkg/descriptor/signal.go index 1a40c5d..11997ec 100644 --- a/pkg/descriptor/signal.go +++ b/pkg/descriptor/signal.go @@ -8,8 +8,10 @@ import ( // Signal describes a CAN signal. type Signal struct { - // Description of the signal. + // Name of the signal. Name string + // LongName of the signal. + LongName string // Start bit. Start uint16 // Length in bits.