Speeduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | 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 (uint8_t pageNum, uint8_t pageSubIndex)
 
bool operator== (const entity_page_location_t &other) const
 
bool operator!= (const entity_page_location_t &other) const
 

Public Attributes

uint8_t page
 
uint8_t index
 

Detailed Description

The unique location of an entity within all pages.

Constructor & Destructor Documentation

◆ entity_page_location_t()

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

Member Function Documentation

◆ operator!=()

bool entity_page_location_t::operator!= ( const entity_page_location_t other) const
inline
Here is the call graph for this function:

◆ operator==()

bool entity_page_location_t::operator== ( const entity_page_location_t other) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

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: