add the time as a string

This commit is contained in:
Sven Czarnian
2021-08-17 17:03:54 +02:00
parent 11a23ef3f1
commit 5d1965c34e
3 changed files with 2 additions and 7 deletions

View File

@@ -10,5 +10,5 @@ message AircraftReport {
Coordinate position = 3; // current WGS84 position
Dynamics dynamics = 4; // current aircraft dynamics
string destination = 5; // the destination airport
Time timeAtIAF = 6; // UTC time when aircraft is at IAF
string timeAtIAF = 6; // UTC time when aircraft is at IAF
}