|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context for reporting activities. More...
#include <reporting_ctx.h>
Collaboration diagram for refda_reporting_ctx_t:Data Fields | |
| refda_runctx_t * | runctx |
| Parent running context. | |
| cace_ari_list_t | items |
| Storage for the items of a report layer. | |
Context for reporting activities.
| cace_ari_list_t refda_reporting_ctx_t::items |
Storage for the items of a report layer.
This is initialized as empty and is pushed back as items are added.
Referenced by refda_reporting_ctx_deinit(), refda_reporting_ctx_init(), refda_reporting_rptt_val(), and refda_reporting_target().
| refda_runctx_t* refda_reporting_ctx_t::runctx |
Parent running context.
This will never be null.
Referenced by refda_reporting_ctx_deinit(), refda_reporting_ctx_init(), refda_reporting_rptt_lit(), refda_reporting_rptt_ref(), and refda_reporting_rptt_val().