Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
pvora27 committed Jul 30, 2021
1 parent 623b114 commit 194a970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/descriptor/signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 194a970

Please sign in to comment.