TSP: The Transport Sample Protocol



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

page.h

00001 #ifndef _PAGE_H_
00002 #define _PAGE_H_
00003 
00004 #include "support.h"
00005 
00006 typedef struct _variable {
00007   variable_type type;
00008   GtkWidget *widget;
00009   gchar *text;
00010   gchar *legend;
00011   double double_value;
00012   int provider_global_index;
00013   int period;
00014   double duration; 
00015   widget_type_t widget_type;  
00016 } variable;
00017 
00018 typedef struct _page_position {
00019   guint x;
00020   guint y;
00021   guint width;
00022   guint height;
00023 } page_position;
00024 
00025 typedef struct _display_page {
00026   GtkWindow *window;
00027   char *title;
00028   char *filename;
00029   GPtrArray *variables;
00030   gint rows;
00031   page_position position;
00032   int default_is_visible;
00033   int no_border;
00034 } display_page;
00035 
00036 
00037 #endif /* _PAGE_H_ */
Framework Home Page.

Beware !! TSP wave is coming...