test printout added

This commit is contained in:
2020-09-16 16:32:17 +02:00
committed by Robin.Mueller
parent bc525ab2eb
commit f80463ef7b
2 changed files with 12 additions and 14 deletions

View File

@ -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