obones
88ae8f8473
Change literals to string const for strict discarded-qualifiers warnings ( #2379 )
...
- Change hard coded strings are "const" so any variable pointing to them must also have the const specifier to avoid a warning (from -Wdiscarded-qualifiers)
- Change local variables manipulating constant strings must also have the const qualifier
- Change hostport_param, fix remaining hostport_param args
Co-authored-by: Christian W. Zuckschwerdt <christian@zuckschwerdt.org >
2023-02-15 22:12:18 +01:00
Christian W. Zuckschwerdt
ade65d8a69
minor: Add kwargs_match helper
2021-09-01 12:34:44 +02:00
Christian W. Zuckschwerdt
d12ed89863
Add noise stats, autolevel, and squelch ( #1763 )
2021-07-15 12:14:59 +02:00
Christian W. Zuckschwerdt
8a203a75af
Add GPSd tags option ( #1636 )
2021-02-01 10:40:28 +01:00
Christian W. Zuckschwerdt
71e21c43c1
minor: fix take const in tls_param, atobv, atoiv
2021-02-01 10:20:09 +01:00
Christian W. Zuckschwerdt
61d24ba988
Add optional TLS support to MQTT ( closes #1633 )
2021-01-28 11:06:27 +01:00
Christian W. Zuckschwerdt
06e8746f19
Change -l n to -Y level=n
2020-03-16 16:12:06 +01:00
Christian W. Zuckschwerdt
4c335231a1
Clean up doc comments
2019-11-09 11:16:28 +01:00
Christian W. Zuckschwerdt
2476ea8e9b
Improve time arg parsing
2019-07-07 17:56:28 +02:00
Christian W. Zuckschwerdt
7e2223cfda
Add atoiv helper, print shorter json floats, check syslog length
2019-03-26 11:36:51 +01:00
Christian W. Zuckschwerdt
8294cf8d51
Allow comma options in arg_param
2019-03-21 15:37:33 +01:00
Christian W. Zuckschwerdt
b896da1f11
Allow // in device and output host params
2019-03-20 11:22:20 +01:00
Christian W. Zuckschwerdt
46aaa6fd89
Fix remove trailing spaces
2019-02-15 17:04:27 +01:00
Christian W. Zuckschwerdt
baace97a5a
Harmonize Doxygen comments; enable Autobrief
2019-02-13 16:36:32 +01:00
Christian W. Zuckschwerdt
bb0b964c3f
Fix header guards
2018-12-16 17:22:34 +01:00
Christian W. Zuckschwerdt
df6d61b5b3
Refactor arg parse helpers
2018-12-04 13:53:12 +01:00
Christian W. Zuckschwerdt
c0e018a24c
adding asepc, getkwargs helper
2018-01-11 11:40:10 +01:00
Christian W. Zuckschwerdt
0d50a961d2
parse number suffixes on e.g. frequency, samplerate, duration, hoptime
2018-01-03 16:32:25 +01:00