tsEDDSourceDescMsg Struct Reference

Source Description Message (Server->Client). More...

#include <EDDSourceMsg.h>

Collaboration diagram for tsEDDSourceDescMsg:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Source Description Message (Server->Client).

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.


Member Data Documentation

variable length, MUST BE NULL TERMINATED

Definition at line 47 of file EDDSourceMsg.h.

the delimiter character between desciption fields

Definition at line 46 of file EDDSourceMsg.h.

required data header for all EDD messages

Definition at line 45 of file EDDSourceMsg.h.


The documentation for this struct was generated from the following file:

Generated on Sat Apr 25 17:20:46 2009 for EDD by  doxygen 1.5.8