Definitions related to configuration. More...
Data Structures | |
struct | ltrx_write_user_message_info |
Abstract reference to environment. More... | |
struct | xml_emit_value_specification |
Specifies a value to emit. More... | |
Enumerations | |
enum | xml_emit_value_type { XML_EMIT_VALUE_TYPE__CONFIGURATION = 0, XML_EMIT_VALUE_TYPE__STATUS = 1 } |
Selects type of XML value to emit. More... | |
Functions | |
const void * | ltrx_module_functions_lookup (const char *module_name) |
Reference another module. More... | |
const struct ltrx_module_info * | ltrx_module_lookup (const char *module_name) |
Reference another module. More... | |
void | ltrx_module_register (const struct ltrx_module_info *lmi) |
Register your module. More... | |
bool | ltrx_xml_emit_value (const struct xml_emit_value_specification *xevs, struct output_stream *out) |
Emits a single XML value onto stream. More... | |
Definitions related to configuration.