eive-obsw/mission/controller/acs/OutputValues.cpp
Marius Eggert 84b0856b52
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
added OutputValues
2022-09-19 15:26:51 +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(){
}
}