|
Open Model Railroad Network (OpenMRN)
|
We store this type in the time-ordered aliases structure. More...
Public Member Functions | |
| PendingAliasInfo (NodeAlias alias) | |
| Constructor. | |
Public Attributes | |
| unsigned | alias_: 12 |
| The value of the alias. | |
| unsigned | cidTime_: 8 |
| The time when the CID requests were sent. | |
We store this type in the time-ordered aliases structure.
Definition at line 216 of file BulkAliasAllocator.cxx.
|
inline |
Constructor.
| alias | the openlcb alias that is being represented here. |
Definition at line 220 of file BulkAliasAllocator.cxx.
| unsigned openlcb::BulkAliasAllocator::PendingAliasInfo::alias_ |
The value of the alias.
Definition at line 227 of file BulkAliasAllocator.cxx.
| unsigned openlcb::BulkAliasAllocator::PendingAliasInfo::cidTime_ |
The time when the CID requests were sent.
Counter in relative_time(), i.e. 10 msec per increment.
Definition at line 230 of file BulkAliasAllocator.cxx.