|
Open Model Railroad Network (OpenMRN)
|
Message type to request allocating many aliases for an interface. More...
#include <BulkAliasAllocator.hxx>
Public Member Functions | |
| void | reset (unsigned count) |
Public Member Functions inherited from CallableFlowRequestBase | |
| void | reset_base () |
| Call this from all instances of reset(...). | |
Public Attributes | |
| unsigned | numAliases_ |
| How many aliases to allocate. | |
Public Attributes inherited from CallableFlowRequestBase | |
| int | resultCode |
| If high bits are zero, this is a 16-bit OpenLCB result code. | |
| BarrierNotifiable | done |
| Used internally by the invoke_subflow mechanism of StateFlow to notify the calling flow upon completion. | |
Message type to request allocating many aliases for an interface.
Definition at line 44 of file BulkAliasAllocator.hxx.
|
inline |
| count | how many aliases to allocate. |
Definition at line 47 of file BulkAliasAllocator.hxx.
| unsigned openlcb::BulkAliasRequest::numAliases_ |
How many aliases to allocate.
Definition at line 54 of file BulkAliasAllocator.hxx.