2020-10-20 17:11:23 +02:00
|
|
|
#ifndef CONFIG_DEVICES_LOGICALADDRESSES_H_
|
|
|
|
#define CONFIG_DEVICES_LOGICALADDRESSES_H_
|
|
|
|
|
|
|
|
#include <fsfw/devicehandlers/CookieIF.h>
|
2021-10-07 13:24:46 +02:00
|
|
|
|
2020-10-20 17:11:23 +02:00
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
namespace addresses {
|
|
|
|
/* Logical addresses have uint32_t datatype */
|
|
|
|
enum logicalAddresses: address_t {
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* CONFIG_DEVICES_LOGICALADDRESSES_H_ */
|