misc changes, add max network rating datafeed field

This commit is contained in:
Reese Norris
2025-06-12 12:26:58 -07:00
parent a8c8e578f1
commit 8c49beeb8c
7 changed files with 145 additions and 68 deletions

View File

@@ -24,10 +24,10 @@ type Client struct {
assignedBeaconCode atomic.String
frequency atomic.String // ATC frequency
altitude atomic.Int32 // OnlineUserPilot altitude
groundspeed atomic.Int32 // OnlineUserPilot ground speed
altitude atomic.Int32 // Pilot altitude
groundspeed atomic.Int32 // Pilot ground speed
transponder atomic.String // Active pilot transponder
heading atomic.Int32 // OnlineUserPilot heading
heading atomic.Int32 // Pilot heading
lastUpdated atomic.Time // Last updated time
facilityType int // ATC facility type. This value is only relevant for ATC