XIOS
1.0
Xml I/O Server
|
A packet corresponds to a timestamped array of data. Plus de détails...
#include <data_packet.hpp>
Types publics | |
enum | StatusCode { NO_ERROR, END_OF_STREAM } |
Describes the status associated to a packet. Plus de détails... | |
Fonctions membres publiques | |
CDataPacket * | copy () const |
Creates a deep copy of the packet. Plus de détails... | |
Attributs publics | |
CArray< double, 1 > | data |
Array containing the data. Plus de détails... | |
CDate | date |
Date associated to the data. Plus de détails... | |
Time | timestamp |
Timestamp of the data. Plus de détails... | |
StatusCode | status |
Status of the packet. Plus de détails... | |
A packet corresponds to a timestamped array of data.
Définition à la ligne 14 du fichier data_packet.hpp.
Describes the status associated to a packet.
Valeurs énumérées | |
---|---|
NO_ERROR |
No error were encountered when handling the packet. |
END_OF_STREAM |
Last packet of the stream, does not have data. |
Définition à la ligne 19 du fichier data_packet.hpp.
|
inline |
Creates a deep copy of the packet.
Définition à la ligne 34 du fichier data_packet.hpp.
Références data, date, xios::CArray< ValueType, NumDims, Allocator >::resize(), status, et timestamp.
CArray<double, 1> xios::CDataPacket::data |
Array containing the data.
Définition à la ligne 24 du fichier data_packet.hpp.
Référencé par copy().
CDate xios::CDataPacket::date |
Date associated to the data.
Définition à la ligne 25 du fichier data_packet.hpp.
Référencé par copy().
StatusCode xios::CDataPacket::status |
Time xios::CDataPacket::timestamp |