Merge pull request #42 from mutability/prefer-global-cpr
Prefer to use global CPR decoding where possible.
This commit is contained in:
commit
16a900c667
3 changed files with 24 additions and 22 deletions
|
|
@ -436,7 +436,7 @@ void decodeModesMessage (struct modesMessage *mm, unsigned char *msg);
|
|||
void displayModesMessage(struct modesMessage *mm);
|
||||
void useModesMessage (struct modesMessage *mm);
|
||||
void computeMagnitudeVector(uint16_t *pData);
|
||||
void decodeCPR (struct aircraft *a, int fflag, int surface);
|
||||
int decodeCPR (struct aircraft *a, int fflag, int surface);
|
||||
int decodeCPRrelative (struct aircraft *a, int fflag, int surface);
|
||||
void modesInitErrorInfo ();
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue