APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_RangeFinder_uLanding.h"
#include <AP_SerialManager/AP_SerialManager.h>
#include <ctype.h>
Go to the source code of this file.
Macros | |
#define | ULANDING_HDR 254 |
#define | ULANDING_HDR_V0 72 |
#define | ULANDING_BAUD 115200 |
#define | ULANDING_BUFSIZE_RX 128 |
#define | ULANDING_BUFSIZE_TX 128 |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define ULANDING_BAUD 115200 |
Definition at line 24 of file AP_RangeFinder_uLanding.cpp.
Referenced by AP_RangeFinder_uLanding::AP_RangeFinder_uLanding().
#define ULANDING_BUFSIZE_RX 128 |
Definition at line 25 of file AP_RangeFinder_uLanding.cpp.
Referenced by AP_RangeFinder_uLanding::AP_RangeFinder_uLanding().
#define ULANDING_BUFSIZE_TX 128 |
Definition at line 26 of file AP_RangeFinder_uLanding.cpp.
Referenced by AP_RangeFinder_uLanding::AP_RangeFinder_uLanding().
#define ULANDING_HDR 254 |
Definition at line 21 of file AP_RangeFinder_uLanding.cpp.
Referenced by AP_RangeFinder_uLanding::detect_version().
#define ULANDING_HDR_V0 72 |
Definition at line 22 of file AP_RangeFinder_uLanding.cpp.
Referenced by AP_RangeFinder_uLanding::detect_version().
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.