added commandline option "--dumpconfig" for dumping resulting message definitions to stdout, added options for limiting to PB and dumping message definitions in "find" command, nicer "help" command output

This commit is contained in:
john30
2015-02-21 16:22:27 +01:00
parent e484bf57b9
commit 79a5f09c78
3 changed files with 126 additions and 92 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ struct options
bool noDeviceCheck; //!< skip serial eBUS device test
const char* configPath; //!< path to CSV configuration files [/etc/ebusd]
bool checkConfig; //!< only check CSV config files, then stop
int checkConfig; //!< check CSV config files (!=0) and optionally dump (2), then stop
int pollInterval; //!< poll interval in seconds, 0 to disable [5]
unsigned char address; //!< own bus address [FF]