/** * \file logicalAddresses.cpp * * \date 07.11.2019 */ #ifndef FSFWCONFIG_DEVICES_LOGICALADDRESSES_H_ #define FSFWCONFIG_DEVICES_LOGICALADDRESSES_H_ #include #include #include namespace addresses { /* Logical addresses have uint32_t datatype */ enum logicalAddresses: address_t { PCDU, /* Dummy and Test Addresses */ DUMMY_ECHO = 129, DUMMY_GPS0 = 130, DUMMY_GPS1 = 131, }; } #endif /* FSFWCONFIG_DEVICES_LOGICALADDRESSES_H_ */