APM:Libraries
|
#include "AP_RCProtocol_DSM.h"
Go to the source code of this file.
Macros | |
#define | debug(fmt, args...) do {} while(0) |
#define | DSM_FRAME_SIZE 16 |
#define | DSM_FRAME_CHANNELS 7 |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define debug | ( | fmt, | |
args... | |||
) | do {} while(0) |
Definition at line 28 of file AP_RCProtocol_DSM.cpp.
Referenced by AP_RCProtocol_DSM::dsm_decode(), and AP_RCProtocol_DSM::dsm_guess_format().
#define DSM_FRAME_CHANNELS 7 |
Max supported DSM channels
Definition at line 33 of file AP_RCProtocol_DSM.cpp.
Referenced by AP_RCProtocol_DSM::dsm_decode(), and AP_RCProtocol_DSM::dsm_guess_format().
#define DSM_FRAME_SIZE 16 |
DSM frame size in bytes
Definition at line 32 of file AP_RCProtocol_DSM.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.