Add some fields description

This commit is contained in:
2022-09-20 14:05:23 +03:00
parent 9e152c7c9d
commit b26a4fa173
9 changed files with 8255 additions and 28 deletions

View File

@@ -25,6 +25,7 @@ typedef struct{
char *device; // serial device name
char *pidfile; // name of PID file
char *logfile; // logging to this file
char *outfile; // put output data table into this file
int timeout; // die on timeout (no data on input)
} glob_pars;