added enum type specification

This commit is contained in:
Robin Müller 2021-01-27 11:51:39 +01:00
parent 4136420685
commit 686ae101ee
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
#ifndef FSFW_OBJECTMANAGER_FRAMEWORKOBJECTS_H_
#define FSFW_OBJECTMANAGER_FRAMEWORKOBJECTS_H_
#include <fsfw/objectmanager/SystemObjectIF.h>
namespace objects {
enum framework_objects {
enum framework_objects: object_id_t {
FSFW_OBJECTS_START = 0x53000000,
// Default verification reporter.
PUS_SERVICE_1_VERIFICATION = 0x53000001,