16 lines
370 B
C++
16 lines
370 B
C++
#ifndef CONFIG_DEVICES_LOGICALADDRESSES_H_
|
|
#define CONFIG_DEVICES_LOGICALADDRESSES_H_
|
|
|
|
#include <fsfw/devicehandlers/CookieIF.h>
|
|
#include <fsfw/unittest/config/objects/systemObjectList.h>
|
|
#include <cstdint>
|
|
|
|
namespace addresses {
|
|
/* Logical addresses have uint32_t datatype */
|
|
enum logicalAddresses: address_t {
|
|
};
|
|
}
|
|
|
|
|
|
#endif /* CONFIG_DEVICES_LOGICALADDRESSES_H_ */
|