Documentation ¶ Index ¶ type Block func New(file *os.File, startAddress int64) (*Block, error) func (b *Block) BlankBlock() *Block type Data type Link Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Block ¶ type Block struct { Header blocks.Header Link Link Data Data } func New ¶ func New(file *os.File, startAddress int64) (*Block, error) func (*Block) BlankBlock ¶ func (b *Block) BlankBlock() *Block type Data ¶ type Data struct { //bit 0 set equals Equal length // //bit 1 set equals Time values // //bit 2 set equals Angle values // //bit 3 set equals Distance values Flags uint16 //Zip algorithm ZipType uint8 Reserved [5]byte } type Link ¶ type Link struct { //Pointer first DLBlock DlFirst int64 } Source Files ¶ View all Source files headerlist.go Click to show internal directories. Click to hide internal directories.