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

'lastPosition' Declaration Issue in OS3 Project #8

Open
flaviol-souza opened this issue Mar 6, 2024 · 1 comment
Open

'lastPosition' Declaration Issue in OS3 Project #8

flaviol-souza opened this issue Mar 6, 2024 · 1 comment

Comments

@flaviol-souza
Copy link

I have followed the installation guide and ensured that all dependencies, including those of inet, are resolved. Despite this, I am encountering this specific issue related to the 'lastPosition' variable in the SatSGP4Mobility class. After successfully installing OS3 and addressing the dependencies mentioned in the installation guide, I am facing the following compilation error:

'lastPosition' was not declared in this scope

image

File and Location:

  • File: SatSGP4Mobility.h
  • Path: /os3/src/os3/mobility
  • Line 36 and Line 39

Additional Information:

  • OMNeT++ Version: 4.2
  • INET Version: 20111118
  • cURL Version: 7.27
  • OS3 Version: current from github
  • Operating System: Window 10

Does anyone know how to instruct me how to fix it?

@flaviol-souza
Copy link
Author

flaviol-souza commented Mar 6, 2024

after investigating the inet framework commits´ I can understand that the variable name is 'pos' instead 'lastPosition'. I identified that some versions the inet framework this variable is 'lastPosition'

image

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