UCI-UAVForge / GroundStation

8 stars 20 forks source link

Outline of GraphWidget #118

Closed JordanD2 closed 7 years ago

JordanD2 commented 7 years ago

In order to have a functional MissionRecap, we need the ability to graph our datapoints. We need a QWidget-based GraphWidget class that can be used to graphically display data. The QCustomPlot class is available for use, but not required; alternative libraries can also be used. A header file "graphwidget.h" (along with some documentation) that defines the main interface functions for other classes to interact with GraphWidget is sufficient to close this issue.

JordanD2 commented 7 years ago

Demo of Graph Widget looks on task and feature development is proceeding nicely.