Structure, that acts as one row in MeshIDTable.
More...
#include <meshTables.h>
Structure, that acts as one row in MeshIDTable.
◆ MeshIDTableRow() [1/2]
MeshIDTableRow::MeshIDTableRow |
( |
| ) |
|
|
default |
◆ MeshIDTableRow() [2/2]
MeshIDTableRow::MeshIDTableRow |
( |
uint8_t |
id, |
|
|
uint8_t |
source |
|
) |
| |
◆ clear()
void MeshIDTableRow::clear |
( |
| ) |
|
|
inline |
Removes all data from current row.
◆ operator==()
bool MeshIDTableRow::operator== |
( |
const MeshIDTableRow & |
another | ) |
const |
|
inline |
◆ printHeader()
size_t MeshIDTableRow::printHeader |
( |
OSTREAM & |
stream | ) |
|
|
static |
Print header for table of rows.
- Parameters
-
stream | Stream, where header will be printed. |
- Returns
- Returns number of printed characters.
◆ printRow()
size_t MeshIDTableRow::printRow |
( |
OSTREAM & |
stream | ) |
const |
@breif Prints row to stream.
- Parameters
-
stream | Stream, where row will be printed. |
- Returns
- Returns number of printed characters.
◆ ID
uint8_t MeshIDTableRow::ID = 0 |
◆ Source
uint8_t MeshIDTableRow::Source = 0 |
The documentation for this struct was generated from the following files: