internal

package
v0.0.0-...-4e9ec18 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attribute

type Attribute struct {
	Creator string `xml:"creator"`

	// "YYYY/MM/DD".
	CreationDate string `xml:"creation_date"`

	// "MM/DD/YYYY HH:MM:SS TZ"
	ModifyTime string `xml:"modify_time"`

	// "00.00.0000".
	FirmwareVersionDependency string `xml:"firmware_version_dependency"`

	Title string `xml:"title"`

	// Most likely can be anything.
	Guid string `xml:"guid"`

	// "python" or "scratch".
	CodeType string `xml:"code_type"`

	// Currently empty.
	AppMinVersion string `xml:"app_min_version"`

	// Currently empty.
	AppMaxVersion string `xml:"app_max_version"`

	// Currently not checked, but we know how to compute.
	Sign string `xml:"sign"`
}

type Cdata

type Cdata struct {
	Cdata string `xml:",cdata"`
}

type Code

type Code struct {
	PythonCode Cdata `xml:"python_code"`

	// Empty for Python projects.
	ScratchDescription Cdata `xml:"scratch_description"`
}

type Dji

type Dji struct {
	XMLName xml.Name `xml:"dji"`

	Attribute Attribute `xml:"attribute"`
	Code      Code      `xml:"code"`
}

Jump to

Keyboard shortcuts

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