Marius Eggert
dca4335329
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
19 lines
392 B
C++
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;
|
|
|
|
}*/
|