DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
A single constraint on a cace_amm_semtype_use_t. More...
#include <semtype_cnst.h>
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.