Commit Graph

14 Commits

Author SHA1 Message Date
Beat Küng 7f3a95508e logger: move SDLOG_UTC_OFFSET param definition into logger module
It's still used in sdlog2, but once we'll depricate/remove sdlog2, we will
not remove this parameter as well.
2016-05-22 13:31:35 +02:00
Daniel Agar e43751c219 params.c param metadata 2016-05-13 21:03:40 -04:00
Daniel Agar 26bb2fd22f capitalize param values 2016-03-25 20:38:08 -04:00
Daniel Agar 6888545037 remove @unit enum 2016-03-25 20:33:25 -04:00
Daniel Agar 70a68def83 params correct boolean tag 2016-03-25 20:25:17 -04:00
Lorenz Meier 2dcd529ad8 sdlog2: Use more appropriate priorities and locking strategies. 2016-03-23 20:08:45 +01:00
Daniel Agar 7a9427bc34 param remove empty @unit 2016-03-14 09:12:34 +01:00
Daniel Agar 3e44957d20 sdlog2 param @unit 2016-03-14 09:12:34 +01:00
tumbili ec803a650e sdlog2 replay:
- added PRIO_BOOST parameter to avoid log data loss
- added replay mode which disabled logging of uneeded topics
- run mainloop based on polling of either sensor_combined or replay topic
depending on mode
- log ekf2_replay topic
2016-02-27 11:51:05 +01:00
stmoon ca11f76842 add utc offset for sdlog filename 2016-02-19 20:15:06 +01:00
Lorenz Meier ae90af711e Merge pull request #3100 from ChristophTobler/master
Logging rate was limited to 1 Hz
2015-10-30 15:23:17 +01:00
ChristophTobler 1aa9304b63 Logging rate was limited to 1 Hz
I set the maximum to 100 Hz, since most SD cards are not fast enough for more. (but more is still possible with forcing)
2015-10-30 15:06:47 +01:00
Lorenz Meier 249742d044 SDLOG2: Do not build unused param file 2015-10-29 10:37:07 +01:00
Mark Charlebois c28ae649a3 Fixes for parameters.xml dependencies
Moved definitions of parameters into *params.c in each module.
This is used by the cmake file as a pattern for dependencies when
generating the parameters.xml file.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-10-10 01:15:22 -07:00