TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

config.h

00001 #ifndef _PAGES_CONFIG_H_
00002 #define _PAGES_CONFIG_H_
00003 
00004 #include <glib.h>
00005 
00006 #include "tsp_consumer.h"
00007 
00008 struct conf_data_t
00009 {
00010   TSP_consumer_symbol_requested_list_t tsp_requested;
00011   int nb_page;
00012   gfloat display_frequency;
00013 };
00014 
00015 typedef struct conf_data_t conf_data_t;
00016 
00017 extern conf_data_t conf_data;
00018 
00019 gboolean load_config (gchar *filename, conf_data_t* data);
00020 
00021 #endif  /* _PAGES_CONFIG_H_ */
Framework Home Page.

Beware !! TSP wave is coming...