In file No file:

bool do_data_transfer (bool compression, FILE *data_stream, DDS &dds, const string &dataset, const string &constraint)

Send data.

Documentation

This function sends data to the client.
Returns:
TRUE for success, FALSE otherwise.
Parameters:
compression - A Boolean value indicating whether the data is to be sent in compressed form or not. A value of TRUE indicates that the data is to be comressed.
data_stream - A file pointer indicating where to print the data. This is typically an XDR pointer.
dds - The DODS Dataset Descriptor Structure of the dataset whose data is to be sent. The #do_data_transfer# uses the #send# method of this DDS to do the sending.
dataset - The (local) name of the dataset whose data is to be sent.
constraint - A constraint expression that may have been sent with the original data request.

alphabetic index hierarchy of classes


generated by doc++