This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
282 B
C
Raw Permalink Normal View History

2021-04-27 17:22:34 +02:00
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
2021-05-28 18:06:47 +02:00
#include "commonSubsystemIds.h"
2021-04-27 17:22:34 +02:00
namespace SUBSYSTEM_ID {
enum subsystemId: uint8_t {
2021-05-28 18:06:47 +02:00
SUBSYSTEM_ID_START = COMMON_SUBSYSTEM_ID_END
2021-04-27 17:22:34 +02:00
};
}
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */