Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
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.
 
void hott_event (void)
 RC event function.
 

Variables

struct SHott hott
 HOTT struct.
 

Detailed Description

Single HOTT radio_control SUMD.

Definition in file hott.c.

Function Documentation

◆ hott_event()

◆ hott_init()

void hott_init ( void  )

RC init function.

Definition at line 48 of file hott.c.

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

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