Holds the selection state of the locators held by a LocatorSelectorEntry. More...
#include <LocatorSelectorEntry.hpp>
Public Member Functions | |
| EntryState (size_t max_unicast_locators, size_t max_multicast_locators) | |
| Construct an EntryState object. More... | |
Public Attributes | |
| ResourceLimitedVector< size_t > | unicast |
| Unicast locators selection state. More... | |
| ResourceLimitedVector< size_t > | multicast |
| Multicast locators selection state. More... | |
Holds the selection state of the locators held by a LocatorSelectorEntry.
|
inline |
Construct an EntryState object.
| max_unicast_locators | Maximum number of unicast locators to held by parent LocatorSelectorEntry. |
| max_multicast_locators | Maximum number of multicast locators to held by parent LocatorSelectorEntry. |
| ResourceLimitedVector<size_t> multicast |
Multicast locators selection state.
| ResourceLimitedVector<size_t> unicast |
Unicast locators selection state.