sim

package
v0.13.4 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 1 Imported by: 4

Documentation

Overview

Package sim contains message types for simulation state changes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Faded

type Faded struct {
	// ID of the aircraft that disappeared.
	ID uint64
}

Faded is a message sent when an aircraft disappears.

type Started added in v0.4.0

type Started struct {
}

Started is a message sent when a new mission starts.

type Updated

type Updated struct {
	// Labels contains the aircraft's identity.
	Labels trackfiles.Labels
	// Frame contains the aircraft's observed position data.
	Frame trackfiles.Frame
}

Updated is a message sent when an aircraft is updated.

Jump to

Keyboard shortcuts

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