forked from ROMEO/obsw
BlinkController is now a own task;
I learned to add a new system object; Blinkers gonna blink; Printers gonna print;
This commit is contained in:
@ -3,7 +3,9 @@
|
||||
#include <fsfw/objectmanager/frameworkObjects.h>
|
||||
#include <fsfw/storagemanager/PoolManager.h>
|
||||
#include <fsfw/tmtc/TmManager.h>
|
||||
|
||||
#include <mission/controller/PrintController.h>
|
||||
#include <mission/controller/BlinkController.h>
|
||||
|
||||
#include "fsfw/events/EventManager.h"
|
||||
#include "fsfw/health/HealthTable.h"
|
||||
@ -60,4 +62,5 @@ void ObjectFactory::produce(void *args) {
|
||||
new TmManager(objects::TM_MANAGER);
|
||||
|
||||
new PrintController(123);
|
||||
new BlinkController(124);
|
||||
}
|
||||
|
Reference in New Issue
Block a user