2022-09-16 14:13:41 +02:00
|
|
|
#include "AcsParameters.h"
|
|
|
|
|
2022-10-04 13:45:13 +02:00
|
|
|
#include <fsfw/src/fsfw/globalfunctions/constants.h>
|
2022-09-22 13:39:42 +02:00
|
|
|
#include <stddef.h>
|
2022-10-04 13:45:13 +02:00
|
|
|
|
2022-09-26 13:23:20 +02:00
|
|
|
#include <cmath>
|
2022-09-16 14:13:41 +02:00
|
|
|
|
2022-09-27 10:49:46 +02:00
|
|
|
AcsParameters::AcsParameters() {}
|
2022-09-16 14:13:41 +02:00
|
|
|
|
2022-09-27 10:49:46 +02:00
|
|
|
AcsParameters::~AcsParameters() {}
|
2022-09-16 14:13:41 +02:00
|
|
|
/*
|
2022-10-04 13:45:13 +02:00
|
|
|
ReturnValue_t AcsParameters::getParameter(uint8_t domainId, uint16_t parameterId,
|
|
|
|
ParameterWrapper* parameterWrapper,
|
|
|
|
const ParameterWrapper* newValues,
|
|
|
|
uint16_t startAtIndex) {
|
|
|
|
return returnvalue::OK;
|
2022-09-16 14:13:41 +02:00
|
|
|
}*/
|