|
DUDS
|
Distributed Update of Data from Something
|
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) |
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.
Definition at line 49 of file DisplayErrors.hpp.
|
inline |
Definition at line 51 of file DisplayErrors.hpp.
|
friend |
Definition at line 53 of file DisplayErrors.hpp.
| std::uint8_t duds::hardware::display::Info_DisplayColRow::col |
Definition at line 50 of file DisplayErrors.hpp.
| std::uint8_t duds::hardware::display::Info_DisplayColRow::row |
Definition at line 50 of file DisplayErrors.hpp.