Add include guard in headers files (#8108)

Signed-off-by: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
This commit is contained in:
Sugnan Prabhu
2017-10-11 19:17:52 +05:30
committed by Daniel Agar
parent 553c8b38d2
commit 81809be7cd
28 changed files with 56 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
#include <drivers/drv_hrt.h>
@@ -34,6 +34,8 @@
/// @file calibration_routines.h
/// @authot Don Gagne <don@thegagnes.com>
#pragma once
/**
* Least-squares fit of a sphere to a set of points.
*
@@ -30,6 +30,8 @@
*
****************************************************************************/
#pragma once
#include "microRTPS_transport.h"
#include <cinttypes>
@@ -5,6 +5,8 @@
* Author: Anton Babushkin <rk3dov@gmail.com>
*/
#pragma once
#include <stdbool.h>
#include <drivers/drv_hrt.h>
@@ -39,6 +39,8 @@
* Parameters definition for position_estimator_inav
*/
#pragma once
#include <systemlib/param/param.h>
struct position_estimator_inav_params {
+2
View File
@@ -37,6 +37,8 @@
* General defines and structures for the PX4IO module firmware.
*/
#pragma once
#include <px4_config.h>
#include <stdbool.h>
@@ -40,6 +40,8 @@
* @author Beat Küng <beat-kueng@gmx.net>
*/
#pragma once
#include <systemlib/param/param.h>
#include <mathlib/mathlib.h>
+1
View File
@@ -31,6 +31,7 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
+2
View File
@@ -31,6 +31,8 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
#include <systemlib/battery.h>