|
OpenCPN Partial API docs
|
Dashboard Plugin, display altitude trace. More...
Go to the source code of this file.
Variables | |
| int | g_iDashDepthUnit |
| int | m_aDataHeight |
| int | x_alabel |
| int | y_alabel |
| int | a_plotdown |
| int | a_plotup |
| int | a_plotheight |
Dashboard Plugin, display altitude trace.
Derived from Jean-Eudes Onfray's depth.cpp by Andreas Merz.
Since not every vessel is always on sea level, I found it sometimes interesting to observe the GPS altitude information. It can be extracted from the GGA nmea message.
Besides showing a rolling plot, the grid will auto-rescale to keep the plot within the visible range. The top line shows mean altitude and its standard deviation.
Definition in file altitude.cpp.
| int a_plotdown |
Definition at line 44 of file altitude.cpp.
| int a_plotheight |
Definition at line 44 of file altitude.cpp.
| int a_plotup |
Definition at line 44 of file altitude.cpp.
|
extern |
Definition at line 82 of file dashboard_pi.cpp.
| int m_aDataHeight |
Definition at line 43 of file altitude.cpp.
| int x_alabel |
Definition at line 44 of file altitude.cpp.
| int y_alabel |
Definition at line 44 of file altitude.cpp.