Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
hott.h File Reference

Radio control via single HOTT receiver in SUMD mode. More...

+ Include dependency graph for hott.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void hott_init (void)
 RC init function.
 
void hott_event (void)
 RC event function.
 

Variables

struct SHott hott
 HOTT struct.
 

Detailed Description

Radio control via single HOTT receiver in SUMD mode.

Definition in file hott.h.

Function Documentation

◆ hott_event()

◆ hott_init()

void hott_init ( void  )
extern

RC init function.

Definition at line 123 of file hott.c.

References DefaultPeriodic, foo, hott, hott_common_init(), hott_msgs_init(), HOTT_NB_CHANNEL, RadioControl::nb_channel, radio_control, register_periodic_telemetry(), and send_hott().

+ Here is the call graph for this function:

Variable Documentation

◆ hott

struct SHott hott
extern

HOTT struct.

Definition at line 33 of file hott.c.

Referenced by hott_event(), hott_init(), and send_hott().