started acs subsystem
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-04-25 13:36:11 +02:00
parent f9dd77b8ec
commit 0697cca88a
11 changed files with 183 additions and 16 deletions

View File

@ -16,4 +16,10 @@ enum Submodes : Submode_t { A_SIDE = 0, B_SIDE = 1, DUAL_MODE = 2 };
} // namespace duallane
namespace payload {
enum Modes { NONE = 0, DAC = 1, CAM = 2, PL_DATA = 3, EARTH_OBSV = 4, SCEX = 5 };
}
#endif /* MISSION_SYSTEM_DEFINITIONS_H_ */