coan 4.2.4
Macro-generated code
Collaboration diagram for Macro-generated code:

Data Structures

struct  line_despatch_state_s

Enumerations

enum  line_despatch_storage_type { line_despatch_storage_type = STATE_STATIC }
enum  line_despatch_init_type { line_despatch_initialisation_type = STATIC_INITABLE }

Functions

void line_despatch_initor (void)
void line_despatch_finitor (void)

Variables

static line_despatch_state_t line_despatch_state
line_despatch_state_tline_despatch_h = & line_despatch_state
line_despatch_public_state_tline_despatch_public_h = ( line_despatch_public_state_t *)& line_despatch_state
static const
line_despatch_state_t *const 
line_despatch_static_initialiser_h = & line_despatch_static_initialiser
void(* line_despatch_init_h )(line_despatch_state_t *)
void(* line_despatch_finis_h )(line_despatch_state_t *)
static const line_despatch_state_t line_despatch_static_initialiser = { { 0, 0 }, flushline_live, false }
typedef struct
line_despatch_state_s 
line_despatch_state_t

Detailed Description

This code is generated by the macros in state_utils.h


Typedef Documentation

The global state of the Line Despatch component

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines