Whitespace changes only: cleaning up trailing whitespace at EOL
This commit is contained in:
parent
98d64483d6
commit
2142d2edf5
13
dump1090.h
13
dump1090.h
|
@ -462,13 +462,14 @@ struct modesMessage {
|
||||||
unsigned squawk; // 13 bits identity (Squawk), encoded as 4 hex digits
|
unsigned squawk; // 13 bits identity (Squawk), encoded as 4 hex digits
|
||||||
char callsign[9]; // 8 chars flight number, NUL-terminated
|
char callsign[9]; // 8 chars flight number, NUL-terminated
|
||||||
unsigned category; // A0 - D7 encoded as a single hex byte
|
unsigned category; // A0 - D7 encoded as a single hex byte
|
||||||
// valid if cpr_valid
|
|
||||||
cpr_type_t cpr_type; // The encoding type used (surface, airborne, coarse TIS-B)
|
|
||||||
unsigned cpr_lat; // Non decoded latitude.
|
|
||||||
unsigned cpr_lon; // Non decoded longitude.
|
|
||||||
unsigned cpr_nucp; // NUCp/NIC value implied by message type
|
|
||||||
|
|
||||||
airground_t airground; // air/ground state
|
// valid if cpr_valid
|
||||||
|
cpr_type_t cpr_type; // The encoding type used (surface, airborne, coarse TIS-B)
|
||||||
|
unsigned cpr_lat; // Non decoded latitude.
|
||||||
|
unsigned cpr_lon; // Non decoded longitude.
|
||||||
|
unsigned cpr_nucp; // NUCp/NIC value implied by message type
|
||||||
|
|
||||||
|
airground_t airground; // air/ground state
|
||||||
|
|
||||||
// valid if cpr_decoded:
|
// valid if cpr_decoded:
|
||||||
double decoded_lat;
|
double decoded_lat;
|
||||||
|
|
Loading…
Reference in a new issue