Relative Paths

This commit is contained in:
Steffen Gaisser
2020-08-13 20:53:35 +02:00
parent e535bc1427
commit d5dedce294
384 changed files with 2477 additions and 2477 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
class PeriodicTaskIF;
#include <framework/returnvalues/HasReturnvaluesIF.h>
#include "../returnvalues/HasReturnvaluesIF.h"
#include <cstring>
/**
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef FRAMEWORK_TASKS_FIXEDTIMESLOTTASKIF_H_
#define FRAMEWORK_TASKS_FIXEDTIMESLOTTASKIF_H_
#include <framework/objectmanager/ObjectManagerIF.h>
#include <framework/tasks/PeriodicTaskIF.h>
#include "../objectmanager/ObjectManagerIF.h"
#include "PeriodicTaskIF.h"
/**
* Following the same principle as the base class IF. This is the interface for a Fixed timeslot task
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef FRAMEWORK_TASK_PERIODICTASKIF_H_
#define FRAMEWORK_TASK_PERIODICTASKIF_H_
#include <framework/objectmanager/SystemObjectIF.h>
#include <framework/timemanager/Clock.h>
#include "../objectmanager/SystemObjectIF.h"
#include "../timemanager/Clock.h"
#include <cstddef>
class ExecutableObjectIF;
+2 -2
View File
@@ -2,8 +2,8 @@
#define FRAMEWORK_TASKS_TASKFACTORY_H_
#include <stdlib.h>
#include <framework/tasks/FixedTimeslotTaskIF.h>
#include <framework/tasks/Typedef.h>
#include "FixedTimeslotTaskIF.h"
#include "Typedef.h"
/**
* Singleton Class that produces Tasks.