Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb::BulkAliasAllocator::AliasLookupInfo Struct Reference

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
 

Detailed Description

We store this type in the sorted map lookup structure.

Definition at line 235 of file BulkAliasAllocator.cxx.

Constructor & Destructor Documentation

◆ AliasLookupInfo()

openlcb::BulkAliasAllocator::AliasLookupInfo::AliasLookupInfo ( NodeAlias  alias)
inline

Constructor.

Parameters
aliasthe openlcb alias that is being represented here.

Definition at line 239 of file BulkAliasAllocator.cxx.

Member Data Documentation

◆ alias_

uint16_t openlcb::BulkAliasAllocator::AliasLookupInfo::alias_

The value of the alias.

Definition at line 246 of file BulkAliasAllocator.cxx.

◆ hasConflict_

uint16_t openlcb::BulkAliasAllocator::AliasLookupInfo::hasConflict_

1 if we have seen a conflict

Definition at line 248 of file BulkAliasAllocator.cxx.


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