Documentation
¶
Overview ¶
Package val provides types for Functional Bus Description Language type system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitStr ¶
type BitStr string
BitStr represents FBDL bit string type.
func BitStrFromInt ¶
BitStrFromInt converts val.Int to BitStr. It only checks whether given value can be represented with given width. It uses U2 encoding for negative values.
func MakeBitStr ¶
Click to show internal directories.
Click to hide internal directories.