Revision 491a85fe135be2c495f1fe1c8ad6252af8e15c2c authored by Felix Ruess on 25 September 2013, 16:31:14 UTC, committed by Felix Ruess on 25 September 2013, 20:59:37 UTC
by using new ecef_of_enu_pos_i functions which have enu in meter with INT32_POS_FRAC and ecef with cm
instead of everything in cm
1 parent b2b4474
Raw File
openlog.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="openlog">
  <doc>
    <description>Openlog on-board data logger</description>
  </doc>
  <header>
    <file name="openlog.h"/>
  </header>
  <init fun="init_openlog()"/>
  <periodic fun="periodic_2Hz_openlog()" freq="2." autorun="TRUE"/>
  <makefile>
    <file name="openlog.c"/>
  </makefile>
</module>

back to top