reworked Queue, added TODO, corrected documentation, prepared execution of regular tasks in MainLoop

This commit is contained in:
john30
2015-10-31 16:22:13 +01:00
parent 944feb2a2e
commit bd1c991c77
8 changed files with 198 additions and 31 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ result_t loadConfigFiles(DataFieldTemplates* templates, MessageMap* messages, bo
* Load the message definitions from a configuration file matching the scan result.
* @param templates the @a DataFieldTemplates to load the necessary templates into, or NULL.
* @param messages the @a MessageMap to load the messages into.
* @param matchScan the scan @a Message for which to load the configuration file.
* @param master the scan master @a SymbolString for which to load the configuration file.
* @param slave the scan slave @a SymbolString for which to load the configuration file.
* @return the result code.
*/
result_t loadScanConfigFile(DataFieldTemplates* templates, MessageMap* messages, SymbolString& master, SymbolString& slave);