Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
actuators_ostrich.h File Reference
#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   actuators_ostrich_set
 
#define ActuatorsOSTRICHInit()   actuators_ostrich_init()
 
#define ActuatorsOSTRICHCommit()   {}
 

Functions

void actuators_ostrich_init (void)
 
void actuators_ostrich_periodic (void)
 
void actuators_ostrich_set (uint8_t idx, int16_t value)
 

Variables

struct ActuatorsOstrich actuators_ostrich
 

Detailed Description

Author
Fabien Bonneval Driver for the Ostrich rover controller board

Definition in file actuators_ostrich.h.


Data Structure Documentation

◆ ActuatorsOstrich

struct ActuatorsOstrich

Definition at line 32 of file actuators_ostrich.h.

Data Fields
uint16_t cmds[3] commands

Macro Definition Documentation

◆ ActuatorOSTRICHSet

#define ActuatorOSTRICHSet   actuators_ostrich_set

Definition at line 45 of file actuators_ostrich.h.

◆ ActuatorsOSTRICHCommit

#define ActuatorsOSTRICHCommit ( )    {}

Definition at line 47 of file actuators_ostrich.h.

◆ ActuatorsOSTRICHInit

#define ActuatorsOSTRICHInit ( )    actuators_ostrich_init()

Definition at line 46 of file actuators_ostrich.h.

Function Documentation

◆ actuators_ostrich_init()

void actuators_ostrich_init ( void  )
extern

◆ actuators_ostrich_periodic()

void actuators_ostrich_periodic ( void  )
extern

◆ actuators_ostrich_set()

void actuators_ostrich_set ( uint8_t  idx,
int16_t  value 
)
extern

Definition at line 115 of file actuators_ostrich.c.

References actuators_ostrich, ActuatorsOstrich::cmds, and idx.

Variable Documentation

◆ actuators_ostrich

struct ActuatorsOstrich actuators_ostrich
extern