DTNMA Reference Tools v2.0.0 - 7.g88e232c
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Represent a literal-value ARI in accordance with [5]. More...
#include <lit.h>
Data Fields | |
bool | has_ari_type |
True if ari_type is valid. | |
cace_ari_type_t | ari_type |
Derived ARI type of this value. | |
enum cace_ari_prim_type_e | prim_type |
Primitive type present in the union. | |
union cace_ari_prim_val_u | value |
The specific literal value keyed by prim_type or ari_type. | |
Represent a literal-value ARI in accordance with [5].
A literal ARI is self-contained and fully identifies its own value. Literal values have an optional type part and a mandatory value part. Some values can only be present when the type is present (such as TP or TD types). Some types of literal values are themselves value containers (such as AC, AM, and TBL types) with subordinate values.
This struct is always contained within a cace_ari_s.