Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ttx2scilab.c File Reference
#include <glib.h>
+ Include dependency graph for ttx2scilab.c:

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)
 

Macro Definition Documentation

#define BUF_LEN   16384

Referenced by main().

Function Documentation

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().

+ Here is the call graph for this function:

static void on_error ( GMarkupParseContext *  context,
GError *  error,
gpointer  user_data 
)
static

Definition at line 76 of file ttx2scilab.c.

Referenced by main().

+ Here is the caller graph for this function:

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

Definition at line 47 of file ttx2scilab.c.

Referenced by main().

+ Here is the caller graph for this function:

static void on_text ( GMarkupParseContext *  context,
const gchar *  text,
gsize  text_len,
gpointer  user_data,
GError **  error 
)
static

Definition at line 66 of file ttx2scilab.c.

Referenced by main().

+ Here is the caller graph for this function: