Speeduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
entity_page_location_t Struct Reference

The unique location of an entity within all pages. More...

#include <pages.h>

Public Member Functions

constexpr entity_page_location_t (void)
 
constexpr entity_page_location_t (uint8_t pageNum, uint8_t pageSubIndex)
 

Public Attributes

uint8_t page
 
uint8_t index
 

Friends

bool operator== (const entity_page_location_t &lhs, const entity_page_location_t &rhs)
 
bool operator!= (const entity_page_location_t &lhs, const entity_page_location_t &rhs)
 

Detailed Description

The unique location of an entity within all pages.

Constructor & Destructor Documentation

◆ entity_page_location_t() [1/2]

constexpr entity_page_location_t::entity_page_location_t ( void  )
inlineconstexpr

◆ entity_page_location_t() [2/2]

constexpr entity_page_location_t::entity_page_location_t ( uint8_t  pageNum,
uint8_t  pageSubIndex 
)
inlineconstexpr

Friends And Related Symbol Documentation

◆ operator!=

◆ operator==

Member Data Documentation

◆ index

uint8_t entity_page_location_t::index

◆ page

uint8_t entity_page_location_t::page

The documentation for this struct was generated from the following file: