Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <glib.h>
Go to the source code of this file.
Macros | |
#define | BUF_LEN 16384 |
Functions | |
static void | on_start_element (GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **error) |
static void | on_text (GMarkupParseContext *context, const gchar *text, gsize text_len, gpointer user_data, GError **error) |
static void | on_error (GMarkupParseContext *context, GError *error, gpointer user_data) |
int | main (int rgc, char **argv) |
#define BUF_LEN 16384 |
int main | ( | int | rgc, |
char ** | argv | ||
) |
Definition at line 24 of file ttx2scilab.c.
References BUF_LEN, on_error(), on_start_element(), and on_text().
|
static |
Definition at line 76 of file ttx2scilab.c.
Referenced by main().
|
static |
Definition at line 47 of file ttx2scilab.c.
Referenced by main().
|
static |
Definition at line 66 of file ttx2scilab.c.
Referenced by main().