Documentation
¶
Index ¶
- func AllGidlFiles() []config.GidlFile
- func Fields(start, end int, fieldPrefix string, values ValueGenerator) string
- func List(n int, values ValueGenerator) string
- func ListNoComments(n int, values ValueGenerator) string
- func Register(gf config.GidlFile)
- func RepeatHandleDef(hd config.HandleDef, n int) []config.HandleDef
- type ValueGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllGidlFiles ¶
func List ¶
func List(n int, values ValueGenerator) string
Generates a string containing a sequence of the specified size. 0x01, 0x02, ...
func ListNoComments ¶
func ListNoComments(n int, values ValueGenerator) string
Generates a string containing a sequence of a specified size that has no section breaks or comments.
Types ¶
type ValueGenerator ¶
type ValueGenerator interface {
// contains filtered or unexported methods
}
func RandomValues ¶
func RandomValues(typ types.FidlType) ValueGenerator
func SequentialHexValues ¶
func SequentialHexValues(typ types.FidlType, start int) ValueGenerator
func SequentialValues ¶
func SequentialValues(typ types.FidlType, start int) ValueGenerator
Click to show internal directories.
Click to hide internal directories.