#include <EDDPlotDataMsg.h>
Public Attributes | |
tsEDDMsgHdr | msHeader |
uint32_t | mnStartOffset |
Offset of first plot point set in message. | |
uint16_t | mnNumPoints |
number of points in message | |
uint16_t | mnPlotNumber |
may or may not increment in rolling plots | |
uint8_t | mnSpare [4] |
reserved |
This is a common header used for all 1, 2, and 3 dimensional data plot messages. The messages are variable length. More than one message may be required to fully transmit a plot image. Following the mnSpare words is the data payload, which is packed according to the mnPlotType field in the preceding tsEDDPlotDescMsg.
Definition at line 91 of file EDDPlotDataMsg.h.
uint16_t tsEDDPlotMsg::mnNumPoints |
uint16_t tsEDDPlotMsg::mnPlotNumber |
uint8_t tsEDDPlotMsg::mnSpare[4] |
uint32_t tsEDDPlotMsg::mnStartOffset |
Definition at line 93 of file EDDPlotDataMsg.h.