DTNMA Reference Tools v2.0.0 - 7.g88e232c
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
cace_ari_t Struct Reference

Defines a general-purpose ARI structure. More...

#include <base.h>

+ Collaboration diagram for cace_ari_t:

Data Fields

bool is_ref
 Determine which member struct contains the value.
 
union { 
 
   cace_ari_lit_t   as_lit 
 Used when is_ref is false.
 
   cace_ari_ref_t   as_ref 
 Used when is_ref is true.
 
};  
 

Detailed Description

Defines a general-purpose ARI structure.

The ARI being captured here can be either literal-value, using the cace_ari_lit_t struct, or an object or namespace reference value, using the cace_ari_ref_t struct, consistent with the cace_ari_s::is_ref value.

Field Documentation

◆ is_ref


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