Add MUMAX parameter

This commit is contained in:
2023-04-12 13:48:02 +02:00
parent fe58a68b96
commit 370dbb5ca1
3 changed files with 15 additions and 2 deletions

View File

@ -10,12 +10,13 @@ extern "C" {
#include "util.h"
CountedEnum(ParamType, size_t, PF_BBAL, PF_SLIPREF, PF_ASRP, PF_ASRON, PF_TEST1,
PF_TEST2, PF_TEST3, PF_TEST4);
CountedEnum(ParamType, size_t, PF_BBAL, PF_SLIPREF, PF_MUMAX, PF_ASRP, PF_ASRON,
PF_TEST1, PF_TEST2, PF_TEST3, PF_TEST4);
typedef struct {
float bbal;
float slipref;
float mumax;
unsigned asrp;
unsigned asron;
unsigned test[4];