|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Modifiable value state counter. More...
#include <runctx.h>
Collaboration diagram for refda_amm_modval_state_t:Data Fields | |
| uint64_t | _ctr |
| The internal counter. | |
| void(* | notify )(struct refda_amm_modval_state_s *obj, void *user_data) |
| A callback used when the state counter is incremented. | |
| void * | notify_user_data |
| Optional context data for the notify callback. | |
Modifiable value state counter.
This is used by EDD and VAR objects.
| uint64_t refda_amm_modval_state_t::_ctr |
The internal counter.
Referenced by refda_amm_modval_state_inc(), and refda_amm_modval_state_init().
| void(* refda_amm_modval_state_t::notify) (struct refda_amm_modval_state_s *obj, void *user_data) |
A callback used when the state counter is incremented.
| obj | The specific counter which changed. |
| user_data | A copy of the notify_user_data pointer. |
Referenced by refda_amm_modval_state_inc(), and refda_amm_modval_state_init().
| void* refda_amm_modval_state_t::notify_user_data |
Optional context data for the notify callback.
Referenced by refda_amm_modval_state_inc(), and refda_amm_modval_state_init().