1
0
forked from fsfw/fsfw

changed taken over

This commit is contained in:
2020-09-04 14:49:27 +02:00
parent 9d1f292af0
commit 94b45d7407
2 changed files with 21 additions and 18 deletions

View File

@ -3,7 +3,7 @@
#include "../../tasks/PeriodicTaskIF.h"
#include "../../objectmanager/ObjectManagerIF.h"
#include "../../osal/linux/PosixThread.h"
#include "PosixThread.h"
#include "../../tasks/ExecutableObjectIF.h"
#include <vector>
@ -32,7 +32,7 @@ public:
* The address of the task object is passed as an argument
* to the system call.
*/
ReturnValue_t startTask(void) override;
ReturnValue_t startTask() override;
/**
* Adds an object to the list of objects to be executed.
* The objects are executed in the order added.