DTNMA Reference Tools v2.2.0 - 5.ga116361
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_try_catch_data_t Struct Reference

Exec item user data for catch control. More...

+ Collaboration diagram for refda_try_catch_data_t:

Data Fields

refda_exec_status_t status
 Execution status future.
 
cace_ari_t on_failure
 Target if status indicates failure.
 
refda_exec_item_ptr_t * item_ptr
 Execution item of catch to mark result on, not part of the try target.
 

Detailed Description

Exec item user data for catch control.

Field Documentation

◆ item_ptr

refda_exec_item_ptr_t* refda_try_catch_data_t::item_ptr

Execution item of catch to mark result on, not part of the try target.

This is not reference counted because it is part of the item itself!

Referenced by refda_adm_ietf_dtnma_agent_ctrl_catch_finished(), refda_try_catch_data_deinit(), and refda_try_catch_data_init().

◆ on_failure

cace_ari_t refda_try_catch_data_t::on_failure

◆ status

refda_exec_status_t refda_try_catch_data_t::status

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