#include <stdint.h>


Go to the source code of this file.
| Classes | |
| struct | tsEDDTimeStamp | 
| Time Stamp structure for data time stamping.  More... | |
| struct | tsEDDMsgHdr | 
| EDD protocol message header (all messages).  More... | |
| Defines | |
| #define | EDD_MSG_SYNC 0xFFFFA123 | 
| #define | EDD_VERSION_0_1 0x01 | 
| #define | EDD_CURRENT_VER EDD_VERSION_0_1 | 
| #define | DEFAULT_EDD_TCP_PORT_NO 48803 | 
| #define | DEFAULT_EDD_BCAST_PORT_NO 48803 | 
| #define | EDDMSGID_PLOTMSG 1 | 
| #define | EDDMSGID_PLOTDESCREQMSG 2 | 
| #define | EDDMSGID_PLOTDESCMSG 3 | 
| #define | EDDMSGID_SOURCEDESCREQMSG 4 | 
| #define | EDDMSGID_SOURCEDESCMSG 5 | 
| #define | EDDMSGID_SOURCEDATAREQMSG 6 | 
| #define | EDDMSGID_PLOTSOURCEVANISHMSG 7 | 
| #define | EDDMSGID_IMAGEDESCREQMSG 8 | 
| #define | EDDMSGID_IMAGEDESCMSG 9 | 
| #define | EDDMSGID_IMAGEMSG 10 | 
| #define | EDDMSGID_POLLREQMSG 201 | 
| #define | EDDMSGID_POLLRESPMSG 202 | 
| #define DEFAULT_EDD_BCAST_PORT_NO 48803 | 
Definition at line 25 of file EDDMsgHdr.h.
| #define DEFAULT_EDD_TCP_PORT_NO 48803 | 
Default EDD server port number for TCP DataPipe Implementations
Definition at line 24 of file EDDMsgHdr.h.
| #define EDD_CURRENT_VER EDD_VERSION_0_1 | 
Definition at line 19 of file EDDMsgHdr.h.
| #define EDD_MSG_SYNC 0xFFFFA123 | 
EDD VERSION History 0.1 Initial release
Definition at line 17 of file EDDMsgHdr.h.
| #define EDD_VERSION_0_1 0x01 | 
Definition at line 18 of file EDDMsgHdr.h.
| #define EDDMSGID_POLLREQMSG 201 | 
Message Identifiers for Broadcast Communication (specific to many to (one or) many protocols)
Definition at line 47 of file EDDMsgHdr.h.
| #define EDDMSGID_POLLRESPMSG 202 | 
Definition at line 48 of file EDDMsgHdr.h.
 1.5.8
 1.5.8