System documentation of the GNU Image-Finding Tool
29 #ifndef _CCOMMUNICATIONHANDLER
30 #define _CCOMMUNICATIONHANDLER
31 #include "libMRML/include/uses-declarations.h"
35 #include "libMRML/include/CAttributeList.h"
38 #include "libMRML/include/CSessionManager.h"
39 #include "libMRML/include/CXMLElement.h"
43 #include "libMRML/include/CMutex.h"
46 extern void startMRMLElement(
void *userData,
47 const char *inElementName,
48 const char **inAttributes);
49 extern void endMRMLElement(
void *userData,
const char *name);
86 string mPeerAddressString;
129 string frame(
const string& inSession,
130 const string& inString);
158 const string& inMessage);
163 const string& inSessionName);
166 const string& inNewName);
175 const string& inAlgorithmID);
195 const string& inAlgorithm,
196 const string& inCollection,
197 const string& inNumberOfImages) ;
216 void setResultCutoff(
const string& inCutoff);
218 void setResultCutoff(
double inCutoff);
221 void setCollectionID(
const string& inID);
224 void setAlgorithmID(
const string& inID);
230 const char*
const*
const inAttributes);
234 const char*
const*
const inAttributes);
276 const char*
const*
const inAttributes);
307 void clearParsingFinished();
308 void setParsingFinished();
309 bool isParsingFinished()
const;
331 void startMultiRequest(
const string& inSessionID,
const string& inLanguageCode=
"en");
370 ofstream& inLogFile);
Need for discussion? Want to contribute? Contact help-gift@gnu.org Generated using Doxygen