Change includes within framework to relative paths #147

Closed
opened 2020-07-21 12:05:17 +02:00 by mohr · 2 comments
Owner

Current includes in the form of #include <framework/action/HasActionIF.h> force users to keep the framework in a folder called "framework" and have the directory containing the framework folder in the compiler's include path.

Current includes in the form of `#include <framework/action/HasActionIF.h>` force users to keep the framework in a folder called "framework" and have the directory containing the framework folder in the compiler's include path.
gaisser was assigned by mohr 2020-07-21 12:05:23 +02:00
Owner

so we can do <action/HasActionIF.h> ?
That way, the default submodule folder name when cloning the framework(fsfw, which is better and more specific anyway) would be valid as well.

so we can do <action/HasActionIF.h> ? That way, the default submodule folder name when cloning the framework(fsfw, which is better and more specific anyway) would be valid as well.
Owner

Fixed in #164

Fixed in #164
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#147
No description provided.