added config. added classIds
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
40917ab988
commit
858b291f61
24
mission/controller/acs/config/classIds.h
Normal file
24
mission/controller/acs/config/classIds.h
Normal file
@ -0,0 +1,24 @@
|
||||
/*
|
||||
* classIds.h
|
||||
*
|
||||
* Created on: 1 Mar 2022
|
||||
* Author: rooob
|
||||
*/
|
||||
|
||||
#ifndef ACS_CONFIG_CLASSIDS_H_
|
||||
#define ACS_CONFIG_CLASSIDS_H_
|
||||
#include "bsp_hosted/fsfwconfig/returnvalues/classIds.h"
|
||||
|
||||
namespace CLASS_ID {
|
||||
enum eiveclassIds: uint8_t {
|
||||
EIVE_CLASS_ID_START = CLASS_ID_END,
|
||||
KALMAN,
|
||||
SAFE,
|
||||
PTG,
|
||||
DETUMBLE,
|
||||
EIVE_CLASS_ID_END // [EXPORT] : [END]
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#endif /* ACS_CONFIG_CLASSIDS_H_ */
|
Loading…
Reference in New Issue
Block a user