Revision 4ca6344fa668fd8a967aa18160d64fca0259e780 authored by Felix Ruess on 29 May 2012, 22:00:42 UTC, committed by Felix Ruess on 29 May 2012, 22:00:42 UTC
1 parent e75a398
Raw File
cam_point.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="cam_point" dir="cam_control">
  <doc>
    <description>Camera control for fixedwing</description>
  </doc>
  <header>
    <file name="cam.h"/>
    <file name="point.h"/>
  </header>
  <init fun="cam_init()"/>
  <periodic fun="cam_periodic()" freq="10."/>
  <makefile>
    <define name="CAM"/>
    <define name="MOBILE_CAM"/>
    <define name="POINT_CAM"/>
    <file name="cam.c"/>
    <file name="point.c"/>
  </makefile>
</module>
back to top