Paparazzi UAS  v6.2.0_stable
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. More...
 
void hott_event (void)
 RC event function. More...
 

Variables

struct SHott hott
 HOTT struct. More...
 

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  )

RC init function.

Definition at line 123 of file hott.c.

References DefaultPeriodic, 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 1 of file hott.c.

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