Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
hott.c File Reference

Single HOTT radio_control SUMD. More...

+ Include dependency graph for hott.c:

Go to the source code of this file.

Functions

static void send_hott (struct transport_tx *trans, struct link_device *dev)
 
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

Single HOTT radio_control SUMD.

Definition in file hott.c.

Function Documentation

◆ hott_event()

void hott_event ( void  )

◆ hott_init()

void hott_init ( void  )

RC init function.

Definition at line 48 of file hott.c.

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

+ Here is the call graph for this function:

◆ send_hott()

static void send_hott ( struct transport_tx *  trans,
struct link_device *  dev 
)
static

Definition at line 39 of file hott.c.

References dev, RadioControl::frame_rate, hott, HOTT_NB_CHANNEL, SHott::ppm, and radio_control.

Referenced by hott_init().

+ Here is the caller graph for this function:

Variable Documentation

◆ hott

struct SHott hott

HOTT struct.

Definition at line 1 of file hott.c.

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