|
Paparazzi UAS
v6.2.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
dummy servos handling for sim More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SERVOS_TICS_OF_USEC(_v) (_v) |
| #define | ActuatorUavcanSet(_i, _v) {} |
| #define | ActuatorsUavcanCommit() {} |
Functions | |
| void | actuators_uavcan_arch_init (void) |
dummy servos handling for sim
Definition in file actuators_uavcan_arch.h.
| #define ActuatorsUavcanCommit | ( | ) | {} |
Definition at line 32 of file actuators_uavcan_arch.h.
| #define ActuatorUavcanSet | ( | _i, | |
| _v | |||
| ) | {} |
Definition at line 31 of file actuators_uavcan_arch.h.
| #define SERVOS_TICS_OF_USEC | ( | _v | ) | (_v) |
Definition at line 29 of file actuators_uavcan_arch.h.
| void actuators_uavcan_arch_init | ( | void | ) |
Definition at line 28 of file actuators_uavcan_arch.c.