Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
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()" />
  <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