test printout added
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
#include "logicalAddresses.h"
|
||||
#include "apid.h"
|
||||
|
||||
#include <test/testtasks/TestTask.h>
|
||||
#include <test/testtasks/PusTcInjector.h>
|
||||
|
||||
#include <fsfw/objectmanager/frameworkObjects.h>
|
||||
#include <fsfw/serviceinterface/ServiceInterfaceStream.h>
|
||||
#include <fsfw/objectmanager/ObjectManagerIF.h>
|
||||
#include <fsfw/timemanager/Stopwatch.h>
|
||||
#include <fsfw/globalfunctions/arrayprinter.h>
|
||||
#include <etl/vector.h>
|
||||
|
||||
#include <array>
|
||||
#include <cstring>
|
||||
|
||||
@ -27,6 +24,7 @@ TestTask::~TestTask() {
|
||||
|
||||
ReturnValue_t TestTask::performOperation(uint8_t operationCode) {
|
||||
ReturnValue_t result = RETURN_OK;
|
||||
sif::info << "Hallo EIVE!" << std::endl;
|
||||
testLock ->lockMutex(MutexIF::TimeoutType::WAITING, 20);
|
||||
if(oneShotAction) {
|
||||
// Add code here which should only be run once
|
||||
|
Reference in New Issue
Block a user