APM:Libraries
Macros | Variables
AP_Param.cpp File Reference

The AP variable store. More...

#include "AP_Param.h"
#include <cmath>
#include <string.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS.h>
#include <StorageManager/StorageManager.h>
#include <stdio.h>
Include dependency graph for AP_Param.cpp:

Go to the source code of this file.

Macros

#define ENABLE_DEBUG   1
 
#define Debug(fmt, args ...)   do {::printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); } while(0)
 

Variables

const AP_HAL::HALhal
 -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
 

Detailed Description

The AP variable store.

Definition in file AP_Param.cpp.

Macro Definition Documentation

◆ Debug

#define Debug (   fmt,
  args ... 
)    do {::printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); } while(0)

◆ ENABLE_DEBUG

#define ENABLE_DEBUG   1

Definition at line 38 of file AP_Param.cpp.

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-

Definition at line 14 of file AC_PID_test.cpp.