|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
A single constraint on a cace_amm_semtype_use_t. More...
#include <semtype_cnst.h>
Collaboration diagram for cace_amm_semtype_cnst_t:Data Fields | ||
| enum cace_amm_semtype_cnst_type_e | type | |
| The type of constraint present. | ||
| union { | ||
| cace_amm_range_size_t as_strlen | ||
| Used when type is AMM_SEMTYPE_CNST_STRLEN. | ||
| pcre2_code * as_textpat | ||
| Used when type is AMM_SEMTYPE_CNST_TEXTPAT. | ||
| cace_amm_range_int64_t as_range_int64 | ||
| Used when type is AMM_SEMTYPE_CNST_RANGE_INT64. | ||
| }; | ||
A single constraint on a cace_amm_semtype_use_t.