Cleaned up

This commit is contained in:
StanislausCichocki
2025-03-11 17:49:14 +01:00
parent bfd03a0bcb
commit 072f25cc0e
11 changed files with 249 additions and 94 deletions

28
src/enums/Aut.h Normal file
View File

@ -0,0 +1,28 @@
//
// Created by StanislausCichocki on 11.03.2025.
//
#ifndef AUT_H
#define AUT_H
namespace Enums::AUT {
enum GridLevel {
GridLevel1,
GridLevel2,
GridLevel3,
GridLevel4,
GridLevel5,
GridLevel6,
GridLevel7WithP,
GridLevel7WithoutP,
GridLevel7Interruptable,
};
enum EegType {
GEA,
LocalEeg,
RegionalEeg,
BEG
};
}
#endif //AUT_H