|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Include dependency graph for actuators_ostrich.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ActuatorsOstrich |
Macros | |
| #define | ActuatorOSTRICHSet(_i, _v) { actuators_ostrich.cmds[_i] = _v; } |
| #define | ActuatorsOSTRICHInit() actuators_ostrich_init() |
| #define | ActuatorsOSTRICHCommit() {} |
Functions | |
| void | actuators_ostrich_init (void) |
| void | actuators_ostrich_periodic (void) |
Variables | |
| struct ActuatorsOstrich | actuators_ostrich |
Definition in file actuators_ostrich.h.
| struct ActuatorsOstrich |
Definition at line 32 of file actuators_ostrich.h.
| Data Fields | ||
|---|---|---|
| uint16_t | cmds[3] | commands |
Definition at line 44 of file actuators_ostrich.h.
| #define ActuatorsOSTRICHCommit | ( | ) | {} |
Definition at line 46 of file actuators_ostrich.h.
| #define ActuatorsOSTRICHInit | ( | ) | actuators_ostrich_init() |
Definition at line 45 of file actuators_ostrich.h.
Definition at line 88 of file actuators_ostrich.c.
References actuators_ostrich, ActuatorsOstrich::cmds, foo, ostrich_dev, SPEED_NEUTRAL, and TURN_NEUTRAL.
Definition at line 96 of file actuators_ostrich.c.
References actuators_ostrich, ActuatorsOstrich::cmds, compute_checksum(), foo, ostrich_dev, speed_cmd_to_msg(), RawMessage::speed_message, START_BYTE, SpeedMessage::start_byte, turn_cmd_to_msg(), and uart_put_buffer().
Here is the call graph for this function:
|
extern |
Definition at line 38 of file actuators_ostrich.c.
Referenced by actuators_ostrich_init(), and actuators_ostrich_periodic().