Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » link file with header (permanent)
link file with header (permanent) [message #815142] Wed, 07 March 2012 09:31
Chris Lotz is currently offline Chris LotzFriend
Messages: 3
Registered: March 2012
Junior Member
Hallo,
I'm working with "roscpp". roscpp is a C++ implementation of ROS. It provides a client library that enables C++ programmers to quickly interface with ROS Topics, Services, and Parameters.

I want to use Eclipse with the plug-in for C++ programming to write the code of my ros-files. Therefor I have a folder with all headers I need additionally to the C++ plug-in.

The folder is named "ros".

How can I link the folder ("ros") in Eclipse, so that I can include the header-files by using the command #include "ros/xxx.h" e.g. #include "ros/publisher.h"?

It would be optimal, if this link is permanent.

Currently I import the particular folder into my C++ Projekt but if possible I want to avoid that I have to import the same folder into all of my Projekts.

Thanks for your help.
Previous Topic:Edit an existing tool-chain?
Next Topic:undefined reference to strcmp
Goto Forum:
  


Current Time: Sat Apr 27 00:41:07 GMT 2024

Powered by FUDForum. Page generated in 0.02534 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top