|
coan 4.2.4
|
|
Data Structures | |
| struct | directives_tally_state_s |
Typedefs | |
| typedef directives_tally_state_t | directives_tally_public_state_t |
Enumerations | |
| enum | directives_tally_storage_type { directives_tally_storage_type = STATE_STATIC } |
| enum | directives_tally_init_type { directives_tally_initialisation_type = USER_INITABLE } |
Functions | |
| void | directives_tally_initor (void) |
| void | directives_tally_finitor (void) |
| void | directives_tally_init (directives_tally_state_t *) |
| void | directives_tally_finis (directives_tally_state_t *) |
Variables | |
| static directives_tally_state_t | directives_tally_state |
| directives_tally_state_t * | directives_tally_h = & directives_tally_state |
| directives_tally_public_state_t * | directives_tally_public_h = ( directives_tally_public_state_t *)& directives_tally_state |
|
static const directives_tally_state_t *const | directives_tally_static_initialiser_h |
| void(* | directives_tally_init_h )(directives_tally_state_t *) = & directives_tally_init |
| void(* | directives_tally_finis_h )(directives_tally_state_t *) = & directives_tally_finis |
| typedef struct directives_tally_state_s | directives_tally_state_t |
This code is generated by the macros in state_utils.h
| typedef struct directives_tally_state_s directives_tally_state_t |
The global state of the Directive Tally component