mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
[dox] more doxygen file header fixes
This commit is contained in:
@@ -20,8 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file baro_MS5534A.h
|
||||
* \brief Handling of the MS5534a pressure sensor
|
||||
/**
|
||||
* @file arch/sim/baro_MS5534A.h
|
||||
*
|
||||
* Dummy Handling of the MS5534a pressure sensor for the sim.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file math/pprz_orienation_conversion.h
|
||||
* @file math/pprz_orientation_conversion.h
|
||||
* Generic orientation representation and conversions.
|
||||
*
|
||||
* This file contains the functions to automatically convert between
|
||||
|
||||
@@ -20,6 +20,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/MPPT/MPPT.c
|
||||
* @brief Solar cells MPTT monitoring
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "MPPT.h"
|
||||
|
||||
@@ -20,8 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file MPTT.h
|
||||
* \brief Solar cells MPTT monitoring
|
||||
/**
|
||||
* @file modules/MPPT/MPPT.h
|
||||
* @brief Solar cells MPTT monitoring
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,6 +20,18 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file modules/benchmark/i2c_abuse_test.c
|
||||
*
|
||||
* Total I2C Abuse:
|
||||
*
|
||||
* -all transaction types: T1 T2 T3 T4 R1 R2 R3 R4 T1R1 T2R1 T1R2 T1R3 T1R4 T1R5 T2R5
|
||||
* -all bitrates: 1k (way too slow) to 1M (way to fast)
|
||||
* -occasional Short circuit (simulate bus capacitance or EMI errors)
|
||||
* -variable bus load: from empty to full stack
|
||||
*
|
||||
* -Connect LED to MosFet that pulls-down the SCL and SDA lines
|
||||
*/
|
||||
|
||||
#include "i2c_abuse_test.h"
|
||||
#include "led.h"
|
||||
#include "mcu_periph/i2c.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file I2C_ABUSE_TEST_module.h
|
||||
/** @file modules/benchmark/i2c_abuse_test.h
|
||||
*
|
||||
* Total I2C Abuse:
|
||||
*
|
||||
|
||||
@@ -20,10 +20,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file trigger_ext.c
|
||||
* \brief Measure external trigger pulse at PPM input (default)
|
||||
/**
|
||||
* @file modules/core/trigger_ext.c
|
||||
* Measure external trigger pulse at PPM input (default).
|
||||
*
|
||||
* This measures a trigger pulse length
|
||||
* This measures a trigger pulse length
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -20,10 +20,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file trigger_ext.h
|
||||
* \brief Measure external trigger pulse at PPM input (default)
|
||||
/**
|
||||
* @file modules/core/trigger_ext.h
|
||||
* Measure external trigger pulse at PPM input (default).
|
||||
*
|
||||
* This measures a trigger pulse length
|
||||
* This measures a trigger pulse length
|
||||
*/
|
||||
|
||||
#ifndef TRIGGER_EXT_H
|
||||
|
||||
@@ -21,6 +21,13 @@
|
||||
* Initial author: C. De Wagter
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/gps/gps_ubx_ucenter.c
|
||||
* @brief Configure Ublox GPS
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "gps_ubx_ucenter.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/** @file gps_ucenter_onboard.h
|
||||
/**
|
||||
* @file modules/gps/gps_ubx_ucenter.h
|
||||
* @brief Configure Ublox GPS
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
/** \file dpicco.c
|
||||
* \brief DigiPicco I2C sensor interface
|
||||
/*
|
||||
* Copyright (C) 2005-2012 The Paparazzi Team
|
||||
*
|
||||
* This file is part of paparazzi.
|
||||
*
|
||||
* paparazzi is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* paparazzi is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with paparazzi; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/meteo/humid_dpicco.c
|
||||
* @brief DigiPicco I2C sensor interface
|
||||
*
|
||||
* This reads the values for humidity and temperature from the IST DigiPicco sensor through I2C.
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,32 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2012 The Paparazzi Team
|
||||
*
|
||||
* This file is part of paparazzi.
|
||||
*
|
||||
* paparazzi is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* paparazzi is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with paparazzi; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/meteo/humid_dpicco.h
|
||||
* @brief DigiPicco I2C sensor interface
|
||||
*
|
||||
* This reads the values for humidity and temperature from the IST DigiPicco sensor through I2C.
|
||||
*/
|
||||
|
||||
#ifndef DPICCO_H
|
||||
#define DPICCO_H
|
||||
|
||||
|
||||
@@ -20,11 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file humid_pcap01.c
|
||||
* \brief ACAM Picocap Single-chip Solution for Capacitance Measurement
|
||||
/**
|
||||
* @file modules/meteo/humid_pcap01.c
|
||||
* @brief ACAM Picocap Single-chip Solution for Capacitance Measurement
|
||||
*
|
||||
* This reads the values for temperature and humidity from the ACAM capacitance and resistance
|
||||
* measurement unit through I2C.
|
||||
* This reads the values for temperature and humidity from the ACAM capacitance and resistance
|
||||
* measurement unit through I2C.
|
||||
*/
|
||||
|
||||
#include "led.h"
|
||||
|
||||
@@ -1,3 +1,33 @@
|
||||
/*
|
||||
* Copyright (C) 2011 Norman Wildmann, Martin Mueller
|
||||
*
|
||||
* This file is part of paparazzi.
|
||||
*
|
||||
* paparazzi is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* paparazzi is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with paparazzi; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/meteo/humid_pcap01.h
|
||||
* @brief ACAM Picocap Single-chip Solution for Capacitance Measurement
|
||||
*
|
||||
* This reads the values for temperature and humidity from the ACAM capacitance and resistance
|
||||
* measurement unit through I2C.
|
||||
*/
|
||||
|
||||
#ifndef PCAP01_H
|
||||
#define PCAP01_H
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file module/nav/nav_catapult.h
|
||||
* @file modules/nav/nav_catapult.h
|
||||
* @brief catapult launch timing system
|
||||
*
|
||||
*
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file module/nav/nav_catapult.h
|
||||
* @file modules/nav/nav_catapult.h
|
||||
* @brief catapult launch timing system
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,8 +20,10 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
/** \file srf08.c
|
||||
* \brief Basic library for SRF08 telemeter
|
||||
|
||||
/**
|
||||
* @file modules/sensors/alt_srf08.c
|
||||
* @brief Basic library for SRF08 telemeter
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,8 +20,10 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
/** \file srf08.h
|
||||
* \brief Basic library for SRF08 telemeter
|
||||
|
||||
/**
|
||||
* @file modules/sensors/alt_srf08.h
|
||||
* @brief Basic library for SRF08 telemeter
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,8 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file baro_MS5534A.c
|
||||
* \brief Handling of the MS5534a pressure sensor
|
||||
/**
|
||||
* @file modules/sensors/baro_MS5534A.c
|
||||
* @brief Handling of the MS5534a pressure sensor
|
||||
*
|
||||
* uses: MOSI, MISO, SCK and 32kHz @ P0.7 with 5V for the -A type
|
||||
*/
|
||||
|
||||
@@ -20,8 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file baro_MS5534A.h
|
||||
* \brief Handling of the MS5534a pressure sensor
|
||||
/**
|
||||
* @file modules/sensors/baro_MS5534A.h
|
||||
* @brief Handling of the MS5534a pressure sensor
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -20,11 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file trigger_ext.c
|
||||
* \brief Measure external trigger pulse at PPM input
|
||||
/**
|
||||
* @file modules/sensors/trigger_ext.c
|
||||
* Measure external trigger pulse at PPM input
|
||||
*
|
||||
* This measures a trigger pulse length (e.g. duration of a wind turbine
|
||||
* rotation) and sends a message with the info.
|
||||
* This measures a trigger pulse length (e.g. duration of a wind turbine
|
||||
* rotation) and sends a message with the info.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,33 @@
|
||||
/*
|
||||
* Copyright (C) 2010 Martin Mueller
|
||||
*
|
||||
* This file is part of paparazzi.
|
||||
*
|
||||
* paparazzi is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* paparazzi is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with paparazzi; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file modules/sensors/trigger_ext.h
|
||||
* Measure external trigger pulse at PPM input
|
||||
*
|
||||
* This measures a trigger pulse length (e.g. duration of a wind turbine
|
||||
* rotation) and sends a message with the info.
|
||||
*/
|
||||
|
||||
#ifndef TRIGGER_EXT_H
|
||||
#define TRIGGER_EXT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user