|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Definition of a formal parameter (from an ADM). More...
#include <parameters.h>
Collaboration diagram for cace_amm_formal_param_t:Data Fields | |
| string_t | name |
| The unique name of the parameter. | |
| size_t | index |
| The list index (ordinal) of the parameter. | |
| cace_amm_type_t | typeobj |
| The type of the parameter. | |
| cace_ari_t | defval |
| Optional default value, or the undefined value. | |
Definition of a formal parameter (from an ADM).
These are used to resolve given parameters into actual parameters.
| cace_amm_type_t cace_amm_formal_param_t::typeobj |
The type of the parameter.
All type references are fully recursively resolved. The type object is owned by this formal parameter.
Referenced by refda_adm_ietf_amm_semtype_init(), refda_adm_ietf_bp_base_init(), refda_adm_ietf_dtnma_agent_init(), refda_adm_ietf_inet_base_init(), and refda_adm_ietf_network_base_init().