DUDS
Distributed Update of Data from Something
duds::hardware::display::Info_DisplayColRow Struct Reference

Stores column and row data for display errors. More...

#include <DisplayErrors.hpp>

Public Member Functions

 Info_DisplayColRow (unsigned int c, unsigned int r)
 

Public Attributes

std::uint8_t col
 
std::uint8_t row
 

Friends

template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const Info_DisplayColRow &idrc)
 

Detailed Description

Stores column and row data for display errors.

The values may be for the size of the display, or a location on it. Supports output to output streams.

Examples:
clockLCD.cpp.

Definition at line 49 of file DisplayErrors.hpp.

Constructor & Destructor Documentation

◆ Info_DisplayColRow()

duds::hardware::display::Info_DisplayColRow::Info_DisplayColRow ( unsigned int  c,
unsigned int  r 
)
inline

Definition at line 51 of file DisplayErrors.hpp.

Friends And Related Function Documentation

◆ operator<<

template<class Char , class Traits >
std::basic_ostream<Char, Traits>& operator<< ( std::basic_ostream< Char, Traits > &  os,
const Info_DisplayColRow idrc 
)
friend

Definition at line 53 of file DisplayErrors.hpp.

Member Data Documentation

◆ col

std::uint8_t duds::hardware::display::Info_DisplayColRow::col

Definition at line 50 of file DisplayErrors.hpp.

◆ row

std::uint8_t duds::hardware::display::Info_DisplayColRow::row

Definition at line 50 of file DisplayErrors.hpp.


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