[modules] keep openlog.xml module name for now

This commit is contained in:
Felix Ruess
2015-03-02 11:57:08 +01:00
parent c28ae0a24a
commit 8a3b634bfe
2 changed files with 22 additions and 21 deletions
-21
View File
@@ -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>
+22
View File
@@ -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>