fsfw-example-common/config/commonClassIds.h

15 lines
346 B
C
Raw Permalink Normal View History

2021-06-08 13:46:45 +02:00
#ifndef COMMON_CONFIG_COMMONCLASSIDS_H_
#define COMMON_CONFIG_COMMONCLASSIDS_H_
#include "fsfw/returnvalues/FwClassIds.h"
namespace CLASS_ID {
2022-05-05 20:55:28 +02:00
enum commonClassIds : uint8_t {
COMMON_CLASS_ID_START = FW_CLASS_ID_COUNT,
2022-08-08 12:32:06 +02:00
DUMMY_HANDLER, // DDH
COMMON_CLASS_ID_END // [EXPORT] : [END]
2021-06-08 13:46:45 +02:00
};
}
#endif /* COMMON_CONFIG_COMMONCLASSIDS_H_ */