eive-obsw/mission/controller/acs/AcsParameters.cpp
Marius Eggert dca4335329
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
fixed array assignment after intialization
2022-09-27 10:49:46 +02:00

19 lines
392 B
C++

#include <fsfw/src/fsfw/globalfunctions/constants.h>
#include "AcsParameters.h"
#include <stddef.h>
#include <cmath>
AcsParameters::AcsParameters() {}
AcsParameters::~AcsParameters() {}
/*
ReturnValue_t AcsParameters::getParameter(uint8_t domainId,
uint16_t parameterId, ParameterWrapper* parameterWrapper,
const ParameterWrapper *newValues, uint16_t startAtIndex) {
return 0;
}*/