|
Open Model Railroad Network (OpenMRN)
|
Strongly typed wrapper representing a marklin-motorola protocol address. More...
#include <Address.hxx>
Public Member Functions | |
| MMAddress (unsigned v) | |
| Constructor. | |
Public Attributes | |
| uint8_t | value |
| Address value. | |
Static Public Attributes | |
| static constexpr unsigned | ADDRESS_MAX = 80 |
| Largest valid address. | |
Strongly typed wrapper representing a marklin-motorola protocol address.
This address is between 0 and 80.
Definition at line 81 of file Address.hxx.
|
inlineexplicit |
|
staticconstexpr |
Largest valid address.
Definition at line 84 of file Address.hxx.
| uint8_t dcc::MMAddress::value |
Address value.
Definition at line 86 of file Address.hxx.