Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
follow.h File Reference

Follow a certain AC id. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ParseRemoteGps()
 

Functions

void follow_init (void)
 
void follow_change_wp (unsigned char *buffer)
 

Detailed Description

Follow a certain AC id.

Definition in file follow.h.

Macro Definition Documentation

#define ParseRemoteGps ( )
Value:
{ \
if (DL_REMOTE_GPS_ac_id(dl_buffer) == FOLLOW_AC_ID) { \
} \
}
void follow_change_wp(unsigned char *buffer)
Definition: follow.c:55
uint8_t dl_buffer[MSG_SIZE]
Definition: main_demo5.c:64
if(PrimarySpektrumState.SpektrumTimer)

Definition at line 33 of file follow.h.

Function Documentation

void follow_init ( void  )

Definition at line 50 of file follow.c.