-
Notifications
You must be signed in to change notification settings - Fork 134
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
Help importing artery as a project in OMNeT++ #167
Comments
CMake can generate an Eclipse CDT project for you, that can be imported in the Eclipse-based OMNeT++ IDE as an existing project. It is recommended to move the build directory out of your working copy: I assume that artery-source is the cloned git repository and artery-ide is your build directory. Both are sibling directories. That said, I have not used the OMNeT++ IDE for years because its Eclipse base just feels too slow and cumbersome. Instead, I prefer to handle Artery just as any other C++ project. In fact, any IDE with decent support for CMake projects can be employed. |
Hi @riebl, Would you have recommendations on how to integrate Artery's CMake project with any IDE ? I wish in particular to use auto-complete in VSCode (on Ubuntu). Building, running and editing simulations is doing fine, but it'd be nice to have auto-complete including for Artery and OMNeT++ related includes. |
I can confirm that you can use VSCode for development related to Artery. You should install a few extensions (beyond C++) to make VSCode aware of CMake. At the moment, I have installed |
Thank you for you reply. I have indeed installed the same extensions which help with syntax highlighting and reference navigation. The extensions have however found themselves without any manual configuration, but there is still missing the auto-completion suggestions. Some I currently open the root Artery folder as the root folder in VSCode. I suppose some CMake related config entries in |
I think I have no special VSCode settings, except maybe |
I am new to artery and want to use it to implement a scenario to send DENMs from a car in an accident. I am not able to import artery as a project in the OMNeT++ IDE, please help me with that.
Also, I couldn't find a documentation on artery which could give me an idea about the modules which could work in the required implementation. I would be really obliged if someone could give me a basic understanding of that.
Thanks in advance!
The text was updated successfully, but these errors were encountered: