BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
bsl_eidpat_numcomp_t Struct Reference

Each component of a numeric tuple pattern. More...

#include <bsl_mock_bpa_eidpat.h>

+ Collaboration diagram for bsl_eidpat_numcomp_t:

Data Fields

bsl_eidpat_numcomp_form_t form
 The form of the component val.
 
union { 
 
   uint64_t   as_single 
 Used for BSL_EIDPAT_NUMCOMP_SINGLE. More...
 
   bsl_eidpat_numrage_t   as_range 
 Used for BSL_EIDPAT_NUMCOMP_RANGE. More...
 
val 
 The component value interpreted according to form.
 

Detailed Description

Each component of a numeric tuple pattern.

Definition at line 76 of file bsl_mock_bpa_eidpat.h.

Field Documentation

◆ as_range

bsl_eidpat_numrage_t bsl_eidpat_numcomp_t::as_range

Used for BSL_EIDPAT_NUMCOMP_RANGE.

Definition at line 86 of file bsl_mock_bpa_eidpat.h.

◆ as_single

uint64_t bsl_eidpat_numcomp_t::as_single

Used for BSL_EIDPAT_NUMCOMP_SINGLE.

Definition at line 84 of file bsl_mock_bpa_eidpat.h.

◆ form

bsl_eidpat_numcomp_form_t bsl_eidpat_numcomp_t::form

The form of the component val.

Definition at line 79 of file bsl_mock_bpa_eidpat.h.


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