Replace TEST1..4 with ASRI
This commit is contained in:
@ -11,15 +11,15 @@ extern "C" {
|
||||
#include "util.h"
|
||||
|
||||
CountedEnum(ParamType, size_t, PF_BBAL, PF_SLIPREF, PF_MUMAX, PF_ASRP, PF_ASRON,
|
||||
PF_TEST1, PF_TEST2, PF_TEST3, PF_TEST4);
|
||||
PF_ASRI);
|
||||
|
||||
typedef struct {
|
||||
float bbal;
|
||||
float slipref;
|
||||
float mumax;
|
||||
unsigned asrp;
|
||||
unsigned asri;
|
||||
unsigned asron;
|
||||
unsigned test[4];
|
||||
} Params;
|
||||
|
||||
extern Params params;
|
||||
|
||||
Reference in New Issue
Block a user