Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gsm.h File Reference

Communications through GSM. More...

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

Go to the source code of this file.

Functions

void gsm_init (void)
 
void gsm_periodic_1Hz (void)
 
void gsm_init_report (void)
 
void gsm_send_report (void)
 
void gsm_start (void)
 
void gsm_stop (void)
 
void gsm_event (void)
 

Detailed Description

Communications through GSM.

Definition in file gsm.h.

Function Documentation

void gsm_event ( void  )

Definition at line 177 of file gsm.c.

References DefaultChannel, DefaultDevice, gsm_buf, gsm_got_line(), gsm_got_prompt(), gsm_line_received, GSMLinkChAvailable, prompt_received, and ReadGSMBuffer.

+ Here is the call graph for this function:

void gsm_init ( void  )

Definition at line 142 of file gsm.c.

References LED_ON, STATUS_NONE, and STATUS_POWERON.

void gsm_init_report ( void  )

Definition at line 165 of file gsm.c.

References gsm_line_received, Send_AT(), STATUS_NONE, and STATUS_SEND_AT.

+ Here is the call graph for this function:

void gsm_periodic_1Hz ( void  )
void gsm_send_report ( void  )

Definition at line 383 of file gsm.c.

References Send_CSQ(), STATUS_CSQ, and STATUS_IDLE.

+ Here is the call graph for this function:

void gsm_start ( void  )
void gsm_stop ( void  )