DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
A control (CTRL) descriptor. More...
#include <ctrl.h>
Data Fields | |
cace_amm_type_t | res_type |
An optional type for the result value. | |
void(* | execute )(refda_ctrl_exec_ctx_t *ctx) |
Execution callback for this object. | |
A control (CTRL) descriptor.
This defines the properties of a CTRL in an Agent and includes common object metadata.
void(* refda_amm_ctrl_desc_t::execute) (refda_ctrl_exec_ctx_t *ctx) |
Execution callback for this object.
[in,out] | ctx | The execution context, including result storage. |
Referenced by refda_adm_ietf_dtnma_agent_init().
cace_amm_type_t refda_amm_ctrl_desc_t::res_type |
An optional type for the result value.
This type will not change during the lifetime of the CTRL. All type references are fully recursively resolved. The type object is owned by this descriptor.
Referenced by refda_adm_ietf_dtnma_agent_init().