Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] C project fail to compile on C++ compiler #3

Closed
voiza opened this issue Dec 8, 2011 · 1 comment
Closed

[C++] C project fail to compile on C++ compiler #3

voiza opened this issue Dec 8, 2011 · 1 comment

Comments

@voiza
Copy link

voiza commented Dec 8, 2011

Due to "virtual" field in aismsg_21 structure, and "true" fields in structures in aismsg_1, 2, 3, 18 and 19 C variant fail to compile.
These words are declared as keywords in C++ and cannot be used as a variable name or structure field.

Changes proposal:

  • change fields "true" to "heading" among the project (or to "true_heading", as they declared in Java variant),
  • change field "virtual" to "pseudo"
@voiza
Copy link
Author

voiza commented Dec 8, 2011

Sent pull request

@voiza voiza closed this as completed Dec 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant