eive-obsw/mission/controller/acs/OutputValues.cpp
Marius Eggert 5f17f365e3
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
fixed local includes
2022-09-27 11:06:11 +02:00

20 lines
195 B
C++

/*
* OutputValues.cpp
*
* Created on: 30 Mar 2022
* Author: rooob
*/
#include "OutputValues.h"
namespace ACS {
OutputValues::OutputValues(){
}
OutputValues::~OutputValues(){
}
}