#include <EDDSourceMsg.h>
Public Attributes | |
tsEDDMsgHdr | msHeader |
required data header for all EDD messages | |
char | mnDelimiter |
the delimiter character between desciption fields | |
char | maDescriptionData [3] |
variable length, MUST BE NULL TERMINATED |
This message is sent by an EDD server to an EDD client in response to a tsEDDSourceDescReqMsg. The source description data is transmitted as a series of text strings in the form of:
FIELD1=VALUE1;FIELD2=VALUE2;FIELD3=VALUE3
In the above example, the field/value pairs are separated by a semicolon (;) delimeter. This delimeter may be changed if, for example, a semicolon was desired as a value characater.
There are field naming conventions for the various data sources transmitted in the EDD protocol. Details regarding each data source field values are included in the EDD source library (see tcEDDImageDataSource or tcEDDPlotDataSource), although they should be fairly obvious (e.g., title=My Plot;X=time (sec);Y=gain (dB), etc.).
Definition at line 43 of file EDDSourceMsg.h.