APM:Libraries
|
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>
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::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
The AP variable store.
Definition in file AP_Param.cpp.
#define Debug | ( | fmt, | |
args ... | |||
) | do {::printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); } while(0) |
Definition at line 41 of file AP_Param.cpp.
Referenced by AP_Param::check_group_info(), AP_Param::copy_name_token(), AP_Param::load_all(), AP_Param::scan(), AP_Param::setup(), and AP_Param::type_size().
#define ENABLE_DEBUG 1 |
Definition at line 38 of file AP_Param.cpp.
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.