From 194a9708102902d8debcf71bbd19d08b673e67ab Mon Sep 17 00:00:00 2001 From: Pranil Vora Date: Fri, 30 Jul 2021 11:08:24 -0700 Subject: [PATCH] init --- pkg/descriptor/signal.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.