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 | |
| bool | ltrx_initialize_message_to_tlog (struct ltrx_message_to_tlog *mtot) |
| Initializes OEM environment with tlog messaging. | |
| const void * | ltrx_module_functions_lookup (const char *module_name) |
| Reference another module. | |
| const struct ltrx_module_info * | ltrx_module_lookup (const char *module_name) |
| Reference another module. | |
| void | ltrx_module_register (const struct ltrx_module_info *lmi) |
| Register your module. | |
| bool | ltrx_xml_emit_value (const struct xml_emit_value_specification *xevs, struct output_stream *out) |
| Emits a single XML value onto stream. | |
Definitions related to configuration.