#include <EDDPlotDataMsg.h>
Public Attributes | |
tsEDDMsgHdr | msHeader |
default header | |
tsEDDTimeStamp | msTimeStamp |
time of plot | |
int32_t | mnNumPoints |
uint16_t | mnPlotNumber |
plot number, or refresh cycle on rolling plots | |
uint8_t | mnPlotType |
see definitions below | |
uint8_t | mnSpare |
reserved | |
float | mnOffset [3] |
may be used to offset provided results | |
float | mnScale [3] |
may be used to rescale provided results |
Plot Description message. This message is sent prior to each output plot from the tcEDDPlotDataSource object.
Definition at line 33 of file EDDPlotDataMsg.h.
int32_t tsEDDPlotDescMsg::mnNumPoints |
Number of points in the plot:
When 0, rolling plot (client decides history)
When -N, rolling plot, when N is recommended history (but client still decides)
When N (>0), fixed plot length data plot presented
Definition at line 44 of file EDDPlotDataMsg.h.
float tsEDDPlotDescMsg::mnOffset[3] |
uint16_t tsEDDPlotDescMsg::mnPlotNumber |
uint8_t tsEDDPlotDescMsg::mnPlotType |
float tsEDDPlotDescMsg::mnScale[3] |
uint8_t tsEDDPlotDescMsg::mnSpare |