APM:Libraries
Classes | Macros
RC_Channel.h File Reference

RC_Channel manager, with EEPROM-backed storage of constants. More...

#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
Include dependency graph for RC_Channel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RC_Channel
 Object managing one RC channel. More...
 
class  RC_Channels
 

Macros

#define RC_CHANNEL_TYPE_ANGLE   0
 
#define RC_CHANNEL_TYPE_RANGE   1
 
#define NUM_RC_CHANNELS   16
 

Detailed Description

RC_Channel manager, with EEPROM-backed storage of constants.

Definition in file RC_Channel.h.

Macro Definition Documentation

◆ NUM_RC_CHANNELS

#define NUM_RC_CHANNELS   16

◆ RC_CHANNEL_TYPE_ANGLE

#define RC_CHANNEL_TYPE_ANGLE   0

Definition at line 8 of file RC_Channel.h.

Referenced by RC_Channel::set_angle().

◆ RC_CHANNEL_TYPE_RANGE

#define RC_CHANNEL_TYPE_RANGE   1