Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Communications through GSM. More...
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) |
Communications through GSM.
Definition in file gsm.h.
void gsm_event | ( | void | ) |
Definition at line 179 of file gsm.c.
References DefaultChannel, DefaultDevice, gsm_buf, gsm_buf_len, gsm_got_line(), gsm_got_prompt(), gsm_line_received, GSMLinkChAvailable, prompt_received, and ReadGSMBuffer.
void gsm_init | ( | void | ) |
Definition at line 144 of file gsm.c.
References gcs_index, gcs_index_max, gsm_status, LED_ON, STATUS_NONE, and STATUS_POWERON.
void gsm_init_report | ( | void | ) |
Definition at line 167 of file gsm.c.
References gsm_buf_idx, gsm_line_received, gsm_status, Send_AT(), STATUS_NONE, and STATUS_SEND_AT.
void gsm_periodic_1Hz | ( | void | ) |
void gsm_send_report | ( | void | ) |
Definition at line 385 of file gsm.c.
References gsm_status, Send_CSQ(), STATUS_CSQ, and STATUS_IDLE.
void gsm_start | ( | void | ) |
void gsm_stop | ( | void | ) |