Skip to content

Commit

Permalink
add long name metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pvora27 committed Jul 30, 2021
1 parent 194a970 commit eb9bd02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/generate/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ func (c *compiler) addMetadata() {
if def.AttributeName == "GenSigStartValue" {
sig.DefaultValue = int(def.IntValue)
}
if def.AttributeName == "SystemSignalLongSymbol" {
sig.LongName = def.StringValue
}
}
}
}
Expand Down

0 comments on commit eb9bd02

Please sign in to comment.