This commit is contained in:
2022-09-06 22:12:32 +02:00
parent 3559b124a7
commit 2aa658c15e
3 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
namespace germanairlinesva_recording
{
/*
* UINT32 | UINT16 | UINT16 | COORDINATES
* UINT32 | UINT16 | UINT16 | POINT
* -------+----------+-------------+------------
* TIME | ALTITUDE | GROUNDSPEED | POINT
* TIME | ALTITUDE | GROUNDSPEED | COORDINATES
*/
class PathSegment
{