Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfElement ¶
type CfElement struct { Name string CamelName string Offset int Width int CodeWidth int FnType string LookupValues []*LookupValue // contains filtered or unexported fields }
CfElement is the definition for one or more characters that make up an "element"
type CfSubtag ¶
CfSubtag is a Control field *subtag* definition (not that all control fields have subtags (in which case the subtag label is "DEFAULT"))
type CfTags ¶
type CfTags struct {
Tags []*CfTag
}
CfTags is a list of Control field definitions
func ExtractCfStruct ¶
ExtractCfStruct extracts the structure for control file entries as defined in the [saved-to-disc] fields list webpage
type Ldr ¶
type Ldr struct {
Elements []*LdrElement
}
Ldr is the collection of elements that make up a leader definition
func ExtractLdrStruct ¶
ExtractLdrStruct extracts the structure for leader entry as defined in the [saved-to-disc] fields list webpage
type LdrElement ¶
type LdrElement struct { Name string CamelName string Offset int Width int CodeWidth int FnType string LookupValues []*LookupValue // contains filtered or unexported fields }
LdrElement is the definition for one or more characters that make up an "element"
type LookupValue ¶
LookupValue is the definition of a single lookup value for an element