HL

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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 struct {
	//Pointer first DLBlock
	DlFirst int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL