BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
A single numeric range segment pair. More...
#include <bsl_mock_bpa_eidpat.h>
Data Fields | |
uint64_t | first |
The first value in this segment. | |
uint64_t | last |
The last value in this segment, also used to sort segments. | |
A single numeric range segment pair.
Definition at line 44 of file bsl_mock_bpa_eidpat.h.
uint64_t bsl_eidpat_numrange_seg_t::first |
The first value in this segment.
Definition at line 47 of file bsl_mock_bpa_eidpat.h.
uint64_t bsl_eidpat_numrange_seg_t::last |
The last value in this segment, also used to sort segments.
Definition at line 49 of file bsl_mock_bpa_eidpat.h.