MCPcopy
hub / github.com/cpaczek/skylight / Sample

Interface Sample

web/src/display/renderer.ts:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58interface Sample {
59 t: number; // performance.now() at arrival
60 m: Meters;
61 altFt: number;
62 track?: number;
63 gs?: number;
64}
65
66interface Track {
67 ac: Aircraft;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected