20 #ifndef _das_serial_h_
21 #define _das_serial_h_
Objects which define a iteration space.
int DasErrCode
return code type 0 indicates success, negative integer indicates failure
Definition: defs.h:164
DAS_API DasErrCode dasds_decode_data(DasDs *pDs, DasBuf *pBuf)
Given a das dataset decode it's packets.
DAS_API DasDs * dasds_from_xmlheader3(DasBuf *pBuf, StreamDesc *pParent, int nPktId)
Define a das dataset and all it's constiutant parts from a das3 XML header.
DAS_API DasDs * dasds_from_xmlheader2(DasBuf *pBuf, StreamDesc *pParent, int nPktId)
Define a das dataset and all it's constiutant parts from a legacy das2 XML header.
Objects representing a single das stream.
#define StreamDesc
Compatability macro For backwards compatability, all functions with the name pattern DasStream are al...
Definition: stream.h:132
Buffer class to handle accumulating byte streams.
Definition: buffer.h:47
Das Datasets.
Definition: dataset.h:139