|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <graphlib.h>

Data Fields | |
| char * | x_title |
| char * | y_title |
| char * | title |
| long | x_min |
| long | x_max |
| long | y_min |
| long | y_max |
| long * | data |
| unsigned long | x_index |
| unsigned long | x_index_max |
| bool | all_data_points_valid |
| long | most_recent_data_point |
| pixel_t | x_pixel_start |
| pixel_t | x_pixel_end |
| pixel_t | y_pixel_start |
| pixel_t | y_pixel_end |
Definition at line 29 of file graphlib.h.
| bool graph::all_data_points_valid |
Definition at line 55 of file graphlib.h.
Referenced by _FBDrawGraphData(), GLCreateGraph(), and GLPushDataPoint().
| long* graph::data |
Definition at line 41 of file graphlib.h.
Referenced by _FBDrawGraphData(), GLCreateGraph(), GLDestroyGraph(), and GLPushDataPoint().
| long graph::most_recent_data_point |
Definition at line 66 of file graphlib.h.
Referenced by _FBDrawGraphData(), and GLPushDataPoint().
| char* graph::title |
Definition at line 33 of file graphlib.h.
Referenced by GLDestroyGraph(), and GLSetTitle().
| unsigned long graph::x_index |
Definition at line 44 of file graphlib.h.
Referenced by GLCreateGraph(), and GLPushDataPoint().
| unsigned long graph::x_index_max |
Definition at line 45 of file graphlib.h.
Referenced by GLCreateGraph(), and GLPushDataPoint().
| long graph::x_max |
Definition at line 37 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), and GLCreateGraph().
| long graph::x_min |
Definition at line 37 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), and GLCreateGraph().
| pixel_t graph::x_pixel_end |
Definition at line 71 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), and FBEraseGraphData().
| pixel_t graph::x_pixel_start |
Definition at line 71 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), and FBEraseGraphData().
| char* graph::x_title |
Definition at line 31 of file graphlib.h.
Referenced by GLDestroyGraph(), and GLLabelAxes().
| long graph::y_max |
Definition at line 38 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), GLCreateGraph(), and GLOffScreenValue().
| long graph::y_min |
Definition at line 38 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), FBEraseGraphData(), GLCreateGraph(), and GLOffScreenValue().
| pixel_t graph::y_pixel_end |
Definition at line 72 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), and FBEraseGraphData().
| pixel_t graph::y_pixel_start |
Definition at line 72 of file graphlib.h.
Referenced by _FBDrawGraphData(), FBDrawGraph(), FBEraseGraph(), and FBEraseGraphData().
| char* graph::y_title |
Definition at line 32 of file graphlib.h.
Referenced by GLDestroyGraph(), and GLLabelAxes().