|
Open Model Railroad Network (OpenMRN)
|
We store this type in the sorted map lookup structure. More...
Public Member Functions | |
| AliasLookupInfo (NodeAlias alias) | |
| Constructor. | |
Public Attributes | |
| uint16_t | alias_: 12 |
| The value of the alias. | |
| uint16_t | hasConflict_: 1 |
| 1 if we have seen a conflict | |
We store this type in the sorted map lookup structure.
Definition at line 235 of file BulkAliasAllocator.cxx.
|
inline |
Constructor.
| alias | the openlcb alias that is being represented here. |
Definition at line 239 of file BulkAliasAllocator.cxx.
| uint16_t openlcb::BulkAliasAllocator::AliasLookupInfo::alias_ |
The value of the alias.
Definition at line 246 of file BulkAliasAllocator.cxx.
| uint16_t openlcb::BulkAliasAllocator::AliasLookupInfo::hasConflict_ |
1 if we have seen a conflict
Definition at line 248 of file BulkAliasAllocator.cxx.