mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[modules] keep openlog.xml module name for now
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="logger_telemetry" dir="loggers">
|
||||
<doc>
|
||||
<description>Logging Timestamp in telemetry.
|
||||
|
||||
e.g. use Openlog on-board data logger to log telemetry stream.
|
||||
sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
||||
created by openlog into the pprz-tlm format, to be converted into
|
||||
.data and .log files by sw/logalizer/sd2log
|
||||
</description>
|
||||
</doc>
|
||||
<header>
|
||||
<file name="openlog.h"/>
|
||||
</header>
|
||||
<periodic fun="periodic_2Hz_openlog()" freq="2." autorun="TRUE"/>
|
||||
<makefile>
|
||||
<file name="openlog.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="openlog" dir="loggers">
|
||||
<doc>
|
||||
<description>OpenLog telemetry timestamp.
|
||||
For use with the OpenLog on-onboard data logger to log telemetry stream.
|
||||
|
||||
Adds the TIMESTAMP message to the telemetry stream to allow
|
||||
sw/logalizer/openlog2tlm to convert a recorded dumpfile,
|
||||
created by openlog into the pprz-tlm format, to be converted into
|
||||
.data and .log files by sw/logalizer/sd2log
|
||||
</description>
|
||||
</doc>
|
||||
<header>
|
||||
<file name="openlog.h"/>
|
||||
</header>
|
||||
<periodic fun="periodic_2Hz_openlog()" freq="2." autorun="TRUE"/>
|
||||
<makefile>
|
||||
<file name="openlog.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user