|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <uORB/uORB.h>Go to the source code of this file.
Classes | |
| struct | test_motor_s |
Macros | |
| #define | TEST_MOTOR_NUM_MOTOR_OUTPUTS 8 |
| #define | TEST_MOTOR_ACTION_STOP 0 |
| #define | TEST_MOTOR_ACTION_RUN 1 |
| #define | TEST_MOTOR_ORB_QUEUE_LENGTH 4 |
Functions | |
| ORB_DECLARE (test_motor) | |
| #define TEST_MOTOR_ACTION_RUN 1 |
Definition at line 46 of file test_motor.h.
| #define TEST_MOTOR_ACTION_STOP 0 |
Definition at line 45 of file test_motor.h.
| #define TEST_MOTOR_NUM_MOTOR_OUTPUTS 8 |
Definition at line 44 of file test_motor.h.
| #define TEST_MOTOR_ORB_QUEUE_LENGTH 4 |
Definition at line 47 of file test_motor.h.
| ORB_DECLARE | ( | test_motor | ) |