APM:Libraries
Classes | Macros
AP_Motors_Class.h File Reference
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <AP_Notify/AP_Notify.h>
#include <SRV_Channel/SRV_Channel.h>
#include <Filter/Filter.h>
Include dependency graph for AP_Motors_Class.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_Motors
 
struct  AP_Motors::AP_Motors_limit
 
struct  AP_Motors::AP_Motors_flags
 

Macros

#define AP_MOTORS_MOT_1   0U
 
#define AP_MOTORS_MOT_2   1U
 
#define AP_MOTORS_MOT_3   2U
 
#define AP_MOTORS_MOT_4   3U
 
#define AP_MOTORS_MOT_5   4U
 
#define AP_MOTORS_MOT_6   5U
 
#define AP_MOTORS_MOT_7   6U
 
#define AP_MOTORS_MOT_8   7U
 
#define AP_MOTORS_MOT_9   8U
 
#define AP_MOTORS_MOT_10   9U
 
#define AP_MOTORS_MOT_11   10U
 
#define AP_MOTORS_MOT_12   11U
 
#define AP_MOTORS_MAX_NUM_MOTORS   12
 
#define AP_MOTORS_SPEED_DEFAULT   490
 

Macro Definition Documentation

◆ AP_MOTORS_MAX_NUM_MOTORS

#define AP_MOTORS_MAX_NUM_MOTORS   12

◆ AP_MOTORS_MOT_1

#define AP_MOTORS_MOT_1   0U

◆ AP_MOTORS_MOT_10

#define AP_MOTORS_MOT_10   9U

Definition at line 19 of file AP_Motors_Class.h.

Referenced by AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_MOT_11

#define AP_MOTORS_MOT_11   10U

Definition at line 20 of file AP_Motors_Class.h.

Referenced by AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_MOT_12

#define AP_MOTORS_MOT_12   11U

Definition at line 21 of file AP_Motors_Class.h.

Referenced by AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_MOT_2

#define AP_MOTORS_MOT_2   1U

◆ AP_MOTORS_MOT_3

#define AP_MOTORS_MOT_3   2U

◆ AP_MOTORS_MOT_4

#define AP_MOTORS_MOT_4   3U

◆ AP_MOTORS_MOT_5

#define AP_MOTORS_MOT_5   4U

◆ AP_MOTORS_MOT_6

#define AP_MOTORS_MOT_6   5U

◆ AP_MOTORS_MOT_7

#define AP_MOTORS_MOT_7   6U

Definition at line 16 of file AP_Motors_Class.h.

Referenced by AP_Motors6DOF::setup_motors(), and AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_MOT_8

#define AP_MOTORS_MOT_8   7U

Definition at line 17 of file AP_Motors_Class.h.

Referenced by AP_Motors6DOF::setup_motors(), and AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_MOT_9

#define AP_MOTORS_MOT_9   8U

Definition at line 18 of file AP_Motors_Class.h.

Referenced by AP_MotorsMatrix::setup_motors().

◆ AP_MOTORS_SPEED_DEFAULT

#define AP_MOTORS_SPEED_DEFAULT   490

Definition at line 26 of file AP_Motors_Class.h.