Marius Eggert
9d0e10eb1e
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
18 lines
527 B
C++
18 lines
527 B
C++
#include "AcsParameters.h"
|
|
|
|
#include <fsfw/src/fsfw/globalfunctions/constants.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 returnvalue::OK;
|
|
}*/
|