testArduino/bsp_linux/fsfwconfig/events/subsystemIdRanges.h

21 lines
366 B
C
Raw Normal View History

/*
2021-09-24 18:11:10 +02:00
* 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,
// Here I add the ID of Arduino for TCS and eventual useful events.
ARDUINO_TCS = 11,
};
}
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */