/* soapH.h Generated by gSOAP 2.7.6c from DataAcquisitionControl.h Copyright (C) 2000-2005, Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL, the gSOAP public license, or Genivia's license for commercial use. */ #ifndef soapH_H #define soapH_H #include "soapStub.h" #ifdef __cplusplus extern "C" { #endif SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); #ifndef WITH_NOIDREF SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap*, int*); #endif #ifndef SOAP_TYPE_byte #define SOAP_TYPE_byte (2) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); #ifndef SOAP_TYPE_int #define SOAP_TYPE_int (1) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Fault #define SOAP_TYPE_SOAP_ENV__Fault (53) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); #endif #ifndef SOAP_TYPE_SOAP_ENV__Reason #define SOAP_TYPE_SOAP_ENV__Reason (52) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Detail #define SOAP_TYPE_SOAP_ENV__Detail (51) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); #endif #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Code #define SOAP_TYPE_SOAP_ENV__Code (49) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); #endif #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Header #define SOAP_TYPE_SOAP_ENV__Header (48) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); #endif #ifndef SOAP_TYPE_ns2__GetRates #define SOAP_TYPE_ns2__GetRates (45) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetRates(struct soap*, const struct ns2__GetRates *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetRates(struct soap*, struct ns2__GetRates *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetRates(struct soap*, const struct ns2__GetRates *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetRates(struct soap*, const char*, int, const struct ns2__GetRates *, const char*); SOAP_FMAC3 struct ns2__GetRates * SOAP_FMAC4 soap_get_ns2__GetRates(struct soap*, struct ns2__GetRates *, const char*, const char*); SOAP_FMAC3 struct ns2__GetRates * SOAP_FMAC4 soap_in_ns2__GetRates(struct soap*, const char*, struct ns2__GetRates *, const char*); #ifndef SOAP_TYPE_ns2__GetRatesResponse #define SOAP_TYPE_ns2__GetRatesResponse (42) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetRatesResponse(struct soap*, const struct ns2__GetRatesResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetRatesResponse(struct soap*, struct ns2__GetRatesResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetRatesResponse(struct soap*, const struct ns2__GetRatesResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetRatesResponse(struct soap*, const char*, int, const struct ns2__GetRatesResponse *, const char*); SOAP_FMAC3 struct ns2__GetRatesResponse * SOAP_FMAC4 soap_get_ns2__GetRatesResponse(struct soap*, struct ns2__GetRatesResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetRatesResponse * SOAP_FMAC4 soap_in_ns2__GetRatesResponse(struct soap*, const char*, struct ns2__GetRatesResponse *, const char*); #ifndef SOAP_TYPE_ns2__GetCounters #define SOAP_TYPE_ns2__GetCounters (41) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetCounters(struct soap*, const struct ns2__GetCounters *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetCounters(struct soap*, struct ns2__GetCounters *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetCounters(struct soap*, const struct ns2__GetCounters *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetCounters(struct soap*, const char*, int, const struct ns2__GetCounters *, const char*); SOAP_FMAC3 struct ns2__GetCounters * SOAP_FMAC4 soap_get_ns2__GetCounters(struct soap*, struct ns2__GetCounters *, const char*, const char*); SOAP_FMAC3 struct ns2__GetCounters * SOAP_FMAC4 soap_in_ns2__GetCounters(struct soap*, const char*, struct ns2__GetCounters *, const char*); #ifndef SOAP_TYPE_ns2__GetCountersResponse #define SOAP_TYPE_ns2__GetCountersResponse (38) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetCountersResponse(struct soap*, const struct ns2__GetCountersResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetCountersResponse(struct soap*, struct ns2__GetCountersResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetCountersResponse(struct soap*, const struct ns2__GetCountersResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetCountersResponse(struct soap*, const char*, int, const struct ns2__GetCountersResponse *, const char*); SOAP_FMAC3 struct ns2__GetCountersResponse * SOAP_FMAC4 soap_get_ns2__GetCountersResponse(struct soap*, struct ns2__GetCountersResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetCountersResponse * SOAP_FMAC4 soap_in_ns2__GetCountersResponse(struct soap*, const char*, struct ns2__GetCountersResponse *, const char*); #ifndef SOAP_TYPE_ns2__DoGo #define SOAP_TYPE_ns2__DoGo (37) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoGo(struct soap*, const struct ns2__DoGo *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoGo(struct soap*, struct ns2__DoGo *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoGo(struct soap*, const struct ns2__DoGo *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoGo(struct soap*, const char*, int, const struct ns2__DoGo *, const char*); SOAP_FMAC3 struct ns2__DoGo * SOAP_FMAC4 soap_get_ns2__DoGo(struct soap*, struct ns2__DoGo *, const char*, const char*); SOAP_FMAC3 struct ns2__DoGo * SOAP_FMAC4 soap_in_ns2__DoGo(struct soap*, const char*, struct ns2__DoGo *, const char*); #ifndef SOAP_TYPE_ns2__DoGoResponse #define SOAP_TYPE_ns2__DoGoResponse (36) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoGoResponse(struct soap*, const struct ns2__DoGoResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoGoResponse(struct soap*, struct ns2__DoGoResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoGoResponse(struct soap*, const struct ns2__DoGoResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoGoResponse(struct soap*, const char*, int, const struct ns2__DoGoResponse *, const char*); SOAP_FMAC3 struct ns2__DoGoResponse * SOAP_FMAC4 soap_get_ns2__DoGoResponse(struct soap*, struct ns2__DoGoResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__DoGoResponse * SOAP_FMAC4 soap_in_ns2__DoGoResponse(struct soap*, const char*, struct ns2__DoGoResponse *, const char*); #ifndef SOAP_TYPE_ns2__DoStop #define SOAP_TYPE_ns2__DoStop (34) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoStop(struct soap*, const struct ns2__DoStop *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoStop(struct soap*, struct ns2__DoStop *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoStop(struct soap*, const struct ns2__DoStop *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoStop(struct soap*, const char*, int, const struct ns2__DoStop *, const char*); SOAP_FMAC3 struct ns2__DoStop * SOAP_FMAC4 soap_get_ns2__DoStop(struct soap*, struct ns2__DoStop *, const char*, const char*); SOAP_FMAC3 struct ns2__DoStop * SOAP_FMAC4 soap_in_ns2__DoStop(struct soap*, const char*, struct ns2__DoStop *, const char*); #ifndef SOAP_TYPE_ns2__DoStopResponse #define SOAP_TYPE_ns2__DoStopResponse (33) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoStopResponse(struct soap*, const struct ns2__DoStopResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoStopResponse(struct soap*, struct ns2__DoStopResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoStopResponse(struct soap*, const struct ns2__DoStopResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoStopResponse(struct soap*, const char*, int, const struct ns2__DoStopResponse *, const char*); SOAP_FMAC3 struct ns2__DoStopResponse * SOAP_FMAC4 soap_get_ns2__DoStopResponse(struct soap*, struct ns2__DoStopResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__DoStopResponse * SOAP_FMAC4 soap_in_ns2__DoStopResponse(struct soap*, const char*, struct ns2__DoStopResponse *, const char*); #ifndef SOAP_TYPE_ns2__DoOption #define SOAP_TYPE_ns2__DoOption (31) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoOption(struct soap*, const struct ns2__DoOption *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoOption(struct soap*, struct ns2__DoOption *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoOption(struct soap*, const struct ns2__DoOption *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoOption(struct soap*, const char*, int, const struct ns2__DoOption *, const char*); SOAP_FMAC3 struct ns2__DoOption * SOAP_FMAC4 soap_get_ns2__DoOption(struct soap*, struct ns2__DoOption *, const char*, const char*); SOAP_FMAC3 struct ns2__DoOption * SOAP_FMAC4 soap_in_ns2__DoOption(struct soap*, const char*, struct ns2__DoOption *, const char*); #ifndef SOAP_TYPE_ns2__DoOptionResponse #define SOAP_TYPE_ns2__DoOptionResponse (30) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoOptionResponse(struct soap*, const struct ns2__DoOptionResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoOptionResponse(struct soap*, struct ns2__DoOptionResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoOptionResponse(struct soap*, const struct ns2__DoOptionResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoOptionResponse(struct soap*, const char*, int, const struct ns2__DoOptionResponse *, const char*); SOAP_FMAC3 struct ns2__DoOptionResponse * SOAP_FMAC4 soap_get_ns2__DoOptionResponse(struct soap*, struct ns2__DoOptionResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__DoOptionResponse * SOAP_FMAC4 soap_in_ns2__DoOptionResponse(struct soap*, const char*, struct ns2__DoOptionResponse *, const char*); #ifndef SOAP_TYPE_ns2__DoSetUp #define SOAP_TYPE_ns2__DoSetUp (28) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoSetUp(struct soap*, const struct ns2__DoSetUp *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoSetUp(struct soap*, struct ns2__DoSetUp *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoSetUp(struct soap*, const struct ns2__DoSetUp *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoSetUp(struct soap*, const char*, int, const struct ns2__DoSetUp *, const char*); SOAP_FMAC3 struct ns2__DoSetUp * SOAP_FMAC4 soap_get_ns2__DoSetUp(struct soap*, struct ns2__DoSetUp *, const char*, const char*); SOAP_FMAC3 struct ns2__DoSetUp * SOAP_FMAC4 soap_in_ns2__DoSetUp(struct soap*, const char*, struct ns2__DoSetUp *, const char*); #ifndef SOAP_TYPE_ns2__DoSetUpResponse #define SOAP_TYPE_ns2__DoSetUpResponse (27) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoSetUpResponse(struct soap*, const struct ns2__DoSetUpResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoSetUpResponse(struct soap*, struct ns2__DoSetUpResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoSetUpResponse(struct soap*, const struct ns2__DoSetUpResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoSetUpResponse(struct soap*, const char*, int, const struct ns2__DoSetUpResponse *, const char*); SOAP_FMAC3 struct ns2__DoSetUpResponse * SOAP_FMAC4 soap_get_ns2__DoSetUpResponse(struct soap*, struct ns2__DoSetUpResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__DoSetUpResponse * SOAP_FMAC4 soap_in_ns2__DoSetUpResponse(struct soap*, const char*, struct ns2__DoSetUpResponse *, const char*); #ifndef SOAP_TYPE_ns2__DoReset #define SOAP_TYPE_ns2__DoReset (25) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoReset(struct soap*, const struct ns2__DoReset *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoReset(struct soap*, struct ns2__DoReset *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoReset(struct soap*, const struct ns2__DoReset *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoReset(struct soap*, const char*, int, const struct ns2__DoReset *, const char*); SOAP_FMAC3 struct ns2__DoReset * SOAP_FMAC4 soap_get_ns2__DoReset(struct soap*, struct ns2__DoReset *, const char*, const char*); SOAP_FMAC3 struct ns2__DoReset * SOAP_FMAC4 soap_in_ns2__DoReset(struct soap*, const char*, struct ns2__DoReset *, const char*); #ifndef SOAP_TYPE_ns2__DoResetResponse #define SOAP_TYPE_ns2__DoResetResponse (24) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__DoResetResponse(struct soap*, const struct ns2__DoResetResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__DoResetResponse(struct soap*, struct ns2__DoResetResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__DoResetResponse(struct soap*, const struct ns2__DoResetResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__DoResetResponse(struct soap*, const char*, int, const struct ns2__DoResetResponse *, const char*); SOAP_FMAC3 struct ns2__DoResetResponse * SOAP_FMAC4 soap_get_ns2__DoResetResponse(struct soap*, struct ns2__DoResetResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__DoResetResponse * SOAP_FMAC4 soap_in_ns2__DoResetResponse(struct soap*, const char*, struct ns2__DoResetResponse *, const char*); #ifndef SOAP_TYPE_ns2__GetInformation #define SOAP_TYPE_ns2__GetInformation (21) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetInformation(struct soap*, const struct ns2__GetInformation *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetInformation(struct soap*, struct ns2__GetInformation *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetInformation(struct soap*, const struct ns2__GetInformation *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetInformation(struct soap*, const char*, int, const struct ns2__GetInformation *, const char*); SOAP_FMAC3 struct ns2__GetInformation * SOAP_FMAC4 soap_get_ns2__GetInformation(struct soap*, struct ns2__GetInformation *, const char*, const char*); SOAP_FMAC3 struct ns2__GetInformation * SOAP_FMAC4 soap_in_ns2__GetInformation(struct soap*, const char*, struct ns2__GetInformation *, const char*); #ifndef SOAP_TYPE_ns2__GetInformationResponse #define SOAP_TYPE_ns2__GetInformationResponse (18) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetInformationResponse(struct soap*, const struct ns2__GetInformationResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetInformationResponse(struct soap*, struct ns2__GetInformationResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetInformationResponse(struct soap*, const struct ns2__GetInformationResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetInformationResponse(struct soap*, const char*, int, const struct ns2__GetInformationResponse *, const char*); SOAP_FMAC3 struct ns2__GetInformationResponse * SOAP_FMAC4 soap_get_ns2__GetInformationResponse(struct soap*, struct ns2__GetInformationResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetInformationResponse * SOAP_FMAC4 soap_in_ns2__GetInformationResponse(struct soap*, const char*, struct ns2__GetInformationResponse *, const char*); #ifndef SOAP_TYPE_ns2__GetLastError #define SOAP_TYPE_ns2__GetLastError (17) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetLastError(struct soap*, const struct ns2__GetLastError *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetLastError(struct soap*, struct ns2__GetLastError *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetLastError(struct soap*, const struct ns2__GetLastError *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetLastError(struct soap*, const char*, int, const struct ns2__GetLastError *, const char*); SOAP_FMAC3 struct ns2__GetLastError * SOAP_FMAC4 soap_get_ns2__GetLastError(struct soap*, struct ns2__GetLastError *, const char*, const char*); SOAP_FMAC3 struct ns2__GetLastError * SOAP_FMAC4 soap_in_ns2__GetLastError(struct soap*, const char*, struct ns2__GetLastError *, const char*); #ifndef SOAP_TYPE_ns2__GetLastErrorResponse #define SOAP_TYPE_ns2__GetLastErrorResponse (14) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetLastErrorResponse(struct soap*, const struct ns2__GetLastErrorResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetLastErrorResponse(struct soap*, struct ns2__GetLastErrorResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetLastErrorResponse(struct soap*, const struct ns2__GetLastErrorResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetLastErrorResponse(struct soap*, const char*, int, const struct ns2__GetLastErrorResponse *, const char*); SOAP_FMAC3 struct ns2__GetLastErrorResponse * SOAP_FMAC4 soap_get_ns2__GetLastErrorResponse(struct soap*, struct ns2__GetLastErrorResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetLastErrorResponse * SOAP_FMAC4 soap_in_ns2__GetLastErrorResponse(struct soap*, const char*, struct ns2__GetLastErrorResponse *, const char*); #ifndef SOAP_TYPE_ns2__GetOption #define SOAP_TYPE_ns2__GetOption (13) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetOption(struct soap*, const struct ns2__GetOption *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetOption(struct soap*, struct ns2__GetOption *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetOption(struct soap*, const struct ns2__GetOption *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetOption(struct soap*, const char*, int, const struct ns2__GetOption *, const char*); SOAP_FMAC3 struct ns2__GetOption * SOAP_FMAC4 soap_get_ns2__GetOption(struct soap*, struct ns2__GetOption *, const char*, const char*); SOAP_FMAC3 struct ns2__GetOption * SOAP_FMAC4 soap_in_ns2__GetOption(struct soap*, const char*, struct ns2__GetOption *, const char*); #ifndef SOAP_TYPE_ns2__GetOptionResponse #define SOAP_TYPE_ns2__GetOptionResponse (10) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetOptionResponse(struct soap*, const struct ns2__GetOptionResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetOptionResponse(struct soap*, struct ns2__GetOptionResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetOptionResponse(struct soap*, const struct ns2__GetOptionResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetOptionResponse(struct soap*, const char*, int, const struct ns2__GetOptionResponse *, const char*); SOAP_FMAC3 struct ns2__GetOptionResponse * SOAP_FMAC4 soap_get_ns2__GetOptionResponse(struct soap*, struct ns2__GetOptionResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetOptionResponse * SOAP_FMAC4 soap_in_ns2__GetOptionResponse(struct soap*, const char*, struct ns2__GetOptionResponse *, const char*); #ifndef SOAP_TYPE_ns2__GetState #define SOAP_TYPE_ns2__GetState (9) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetState(struct soap*, const struct ns2__GetState *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetState(struct soap*, struct ns2__GetState *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetState(struct soap*, const struct ns2__GetState *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetState(struct soap*, const char*, int, const struct ns2__GetState *, const char*); SOAP_FMAC3 struct ns2__GetState * SOAP_FMAC4 soap_get_ns2__GetState(struct soap*, struct ns2__GetState *, const char*, const char*); SOAP_FMAC3 struct ns2__GetState * SOAP_FMAC4 soap_in_ns2__GetState(struct soap*, const char*, struct ns2__GetState *, const char*); #ifndef SOAP_TYPE_ns2__GetStateResponse #define SOAP_TYPE_ns2__GetStateResponse (6) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__GetStateResponse(struct soap*, const struct ns2__GetStateResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__GetStateResponse(struct soap*, struct ns2__GetStateResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__GetStateResponse(struct soap*, const struct ns2__GetStateResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__GetStateResponse(struct soap*, const char*, int, const struct ns2__GetStateResponse *, const char*); SOAP_FMAC3 struct ns2__GetStateResponse * SOAP_FMAC4 soap_get_ns2__GetStateResponse(struct soap*, struct ns2__GetStateResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__GetStateResponse * SOAP_FMAC4 soap_in_ns2__GetStateResponse(struct soap*, const char*, struct ns2__GetStateResponse *, const char*); #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason #define SOAP_TYPE_PointerToSOAP_ENV__Reason (55) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail #define SOAP_TYPE_PointerToSOAP_ENV__Detail (54) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); #endif #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_PointerToSOAP_ENV__Code #define SOAP_TYPE_PointerToSOAP_ENV__Code (50) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); #endif #ifndef SOAP_TYPE_PointerTons2__GetRatesResponse #define SOAP_TYPE_PointerTons2__GetRatesResponse (43) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetRatesResponse(struct soap*, struct ns2__GetRatesResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetRatesResponse(struct soap*, struct ns2__GetRatesResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetRatesResponse(struct soap*, const char *, int, struct ns2__GetRatesResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetRatesResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetRatesResponse(struct soap*, struct ns2__GetRatesResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetRatesResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetRatesResponse(struct soap*, const char*, struct ns2__GetRatesResponse **, const char*); #ifndef SOAP_TYPE_PointerTons2__GetCountersResponse #define SOAP_TYPE_PointerTons2__GetCountersResponse (39) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetCountersResponse(struct soap*, struct ns2__GetCountersResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetCountersResponse(struct soap*, struct ns2__GetCountersResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetCountersResponse(struct soap*, const char *, int, struct ns2__GetCountersResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetCountersResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetCountersResponse(struct soap*, struct ns2__GetCountersResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetCountersResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetCountersResponse(struct soap*, const char*, struct ns2__GetCountersResponse **, const char*); #ifndef SOAP_TYPE_PointerToint #define SOAP_TYPE_PointerToint (22) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToint(struct soap*, int *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToint(struct soap*, int *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToint(struct soap*, const char *, int, int *const*, const char *); SOAP_FMAC3 int ** SOAP_FMAC4 soap_get_PointerToint(struct soap*, int **, const char*, const char*); SOAP_FMAC3 int ** SOAP_FMAC4 soap_in_PointerToint(struct soap*, const char*, int **, const char*); #ifndef SOAP_TYPE_PointerTons2__GetInformationResponse #define SOAP_TYPE_PointerTons2__GetInformationResponse (19) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetInformationResponse(struct soap*, struct ns2__GetInformationResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetInformationResponse(struct soap*, struct ns2__GetInformationResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetInformationResponse(struct soap*, const char *, int, struct ns2__GetInformationResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetInformationResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetInformationResponse(struct soap*, struct ns2__GetInformationResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetInformationResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetInformationResponse(struct soap*, const char*, struct ns2__GetInformationResponse **, const char*); #ifndef SOAP_TYPE_PointerTons2__GetLastErrorResponse #define SOAP_TYPE_PointerTons2__GetLastErrorResponse (15) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetLastErrorResponse(struct soap*, struct ns2__GetLastErrorResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetLastErrorResponse(struct soap*, struct ns2__GetLastErrorResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetLastErrorResponse(struct soap*, const char *, int, struct ns2__GetLastErrorResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetLastErrorResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetLastErrorResponse(struct soap*, struct ns2__GetLastErrorResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetLastErrorResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetLastErrorResponse(struct soap*, const char*, struct ns2__GetLastErrorResponse **, const char*); #ifndef SOAP_TYPE_PointerTons2__GetOptionResponse #define SOAP_TYPE_PointerTons2__GetOptionResponse (11) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetOptionResponse(struct soap*, struct ns2__GetOptionResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetOptionResponse(struct soap*, struct ns2__GetOptionResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetOptionResponse(struct soap*, const char *, int, struct ns2__GetOptionResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetOptionResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetOptionResponse(struct soap*, struct ns2__GetOptionResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetOptionResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetOptionResponse(struct soap*, const char*, struct ns2__GetOptionResponse **, const char*); #ifndef SOAP_TYPE_PointerTons2__GetStateResponse #define SOAP_TYPE_PointerTons2__GetStateResponse (7) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__GetStateResponse(struct soap*, struct ns2__GetStateResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__GetStateResponse(struct soap*, struct ns2__GetStateResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__GetStateResponse(struct soap*, const char *, int, struct ns2__GetStateResponse *const*, const char *); SOAP_FMAC3 struct ns2__GetStateResponse ** SOAP_FMAC4 soap_get_PointerTons2__GetStateResponse(struct soap*, struct ns2__GetStateResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__GetStateResponse ** SOAP_FMAC4 soap_in_PointerTons2__GetStateResponse(struct soap*, const char*, struct ns2__GetStateResponse **, const char*); #ifndef SOAP_TYPE__QName #define SOAP_TYPE__QName (5) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default__QName(struct soap*, char **); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); #ifndef SOAP_TYPE_string #define SOAP_TYPE_string (3) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); #ifdef __cplusplus } #endif #endif /* End of soapH.h */