mission and config folders added , make file is added
This commit is contained in:
20
bsp_linux/fsfwconfig/events/subsystemIdRanges.h
Normal file
20
bsp_linux/fsfwconfig/events/subsystemIdRanges.h
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* subsystemIdRanges.h
|
||||
*
|
||||
* Created on: Jul 27, 2018
|
||||
* Author: gaisser
|
||||
*/
|
||||
|
||||
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
|
||||
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
|
||||
|
||||
namespace SUBSYSTEM_ID {
|
||||
enum {
|
||||
DUMMY = 10,
|
||||
//VISIBLE=11
|
||||
//TODO: add your subsystem id for your device here
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */
|
Reference in New Issue
Block a user