A response message to GET requests. A response message to GET requests is defined by the SetDescriptor and by the DataItems of the requested DataSet. More...
#include <client_protocol.h>
Public Member Functions | |
GetResponse (ResponseCode code) | |
void | setSdSize (int s) |
int | getSdSize () const |
void | setSequenceNumber (int sn) |
int | getSequenceNumber () const |
void | setFilesNumber (int n) |
int | getFilesNumber () const |
const std::map< std::string, std::string > & | getSdFields () const |
const std::map< std::string, std::string > & | getDataItems () const |
std::map< std::string, std::string > & | getDataItems () |
void | addSetDescriptorField (const std::string &key, const std::string &value) |
void | addDataItem (const std::string &itemName, const std::string &itemFile) |
![]() | |
ResponseMessage (ResponseCode code) | |
ResponseCode | getResponseCode () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const GetResponse &msg) |
Additional Inherited Members | |
![]() | |
ResponseCode | responseCode |
A response message to GET requests. A response message to GET requests is defined by the SetDescriptor and by the DataItems of the requested DataSet.