Cthulhu  0.2.10
Cthulhu compiler collection
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
module_info_t Struct Reference

common information about anything the broker supports More...

#include <broker.h>

Collaboration diagram for module_info_t:

Data Fields

const char * id
 unique id for the module More...
 
const char * name
 the human readable name for the module More...
 
version_info_t version
 the version of the module More...
 
diagnostic_list_t diagnostics
 all diagnostics associated with this module More...
 

Detailed Description

common information about anything the broker supports

Definition at line 98 of file broker.h.

Field Documentation

◆ diagnostics

diagnostic_list_t module_info_t::diagnostics

all diagnostics associated with this module

Definition at line 110 of file broker.h.

◆ id

const char* module_info_t::id

unique id for the module

Definition at line 101 of file broker.h.

◆ name

const char* module_info_t::name

the human readable name for the module

Definition at line 104 of file broker.h.

◆ version

version_info_t module_info_t::version

the version of the module

Definition at line 107 of file broker.h.


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