![]() |
Speeduino
|
Position and size of an entity within a page. More...
#include <pages.h>
Public Member Functions | |
| constexpr | entity_page_address_t (void) |
| constexpr | entity_page_address_t (uint16_t base, uint16_t length) |
| bool | isOffsetInEntity (uint16_t offset) const |
| Check if the offset is within the entity address range. | |
| entity_page_address_t | next (uint16_t nextBlockSize) const |
Public Attributes | |
| uint16_t | start |
| uint16_t | size |
Position and size of an entity within a page.

|
inlineconstexpr |
Check if the offset is within the entity address range.
| offset | Address offset from the start of the page |

|
inline |

| uint16_t entity_page_address_t::size |
| uint16_t entity_page_address_t::start |