|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Represent an identifier component of an ARI. More...
#include <ref.h>
Collaboration diagram for cace_ari_idseg_t:Public Types | |
| enum | { CACE_ARI_IDSEG_NULL = 0 , CACE_ARI_IDSEG_INT , CACE_ARI_IDSEG_TEXT } |
| Control which union member to use. More... | |
Data Fields | ||
| enum cace_ari_idseg_t:: { ... } | form | |
| Control which union member to use. | ||
| union { | ||
| cace_ari_int_id_t as_int | ||
| Integer enumeration. Must fit within 64-bit signed int. | ||
| m_string_t as_text | ||
| Text string data. | ||
| }; | ||
| Choice of identifier value. | ||
Represent an identifier component of an ARI.
It is used by object reference ARI for component values.
| anonymous enum |
Control which union member to use.
| Enumerator | |
|---|---|
| CACE_ARI_IDSEG_NULL | Default null value. |
| CACE_ARI_IDSEG_INT | A selector for cace_ari_idseg_t::as_int. |
| CACE_ARI_IDSEG_TEXT | A selector for cace_ari_idseg_t::as_text. |