/* soapH.h Generated by gSOAP 2.7.9f from DataAcquisitionControl.h Copyright(C) 2000-2006, 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 #ifndef WITH_NOIDREF 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*); SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); #endif SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); #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 (34) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const 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 WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Reason #define SOAP_TYPE_SOAP_ENV__Reason (33) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const 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*); #endif #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_SOAP_ENV__Detail #define SOAP_TYPE_SOAP_ENV__Detail (32) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const 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 (30) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const 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 (29) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const 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__Get_Rates #define SOAP_TYPE_ns2__Get_Rates (26) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_Rates(struct soap*, struct ns2__Get_Rates *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_Rates(struct soap*, const struct ns2__Get_Rates *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_Rates(struct soap*, const struct ns2__Get_Rates *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_Rates(struct soap*, const char*, int, const struct ns2__Get_Rates *, const char*); SOAP_FMAC3 struct ns2__Get_Rates * SOAP_FMAC4 soap_get_ns2__Get_Rates(struct soap*, struct ns2__Get_Rates *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_Rates * SOAP_FMAC4 soap_in_ns2__Get_Rates(struct soap*, const char*, struct ns2__Get_Rates *, const char*); #ifndef SOAP_TYPE_ns2__Get_RatesResponse #define SOAP_TYPE_ns2__Get_RatesResponse (25) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_RatesResponse(struct soap*, struct ns2__Get_RatesResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_RatesResponse(struct soap*, const struct ns2__Get_RatesResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_RatesResponse(struct soap*, const struct ns2__Get_RatesResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_RatesResponse(struct soap*, const char*, int, const struct ns2__Get_RatesResponse *, const char*); SOAP_FMAC3 struct ns2__Get_RatesResponse * SOAP_FMAC4 soap_get_ns2__Get_RatesResponse(struct soap*, struct ns2__Get_RatesResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_RatesResponse * SOAP_FMAC4 soap_in_ns2__Get_RatesResponse(struct soap*, const char*, struct ns2__Get_RatesResponse *, const char*); #ifndef SOAP_TYPE_ns2__Get_Counters #define SOAP_TYPE_ns2__Get_Counters (23) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_Counters(struct soap*, struct ns2__Get_Counters *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_Counters(struct soap*, const struct ns2__Get_Counters *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_Counters(struct soap*, const struct ns2__Get_Counters *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_Counters(struct soap*, const char*, int, const struct ns2__Get_Counters *, const char*); SOAP_FMAC3 struct ns2__Get_Counters * SOAP_FMAC4 soap_get_ns2__Get_Counters(struct soap*, struct ns2__Get_Counters *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_Counters * SOAP_FMAC4 soap_in_ns2__Get_Counters(struct soap*, const char*, struct ns2__Get_Counters *, const char*); #ifndef SOAP_TYPE_ns2__Get_CountersResponse #define SOAP_TYPE_ns2__Get_CountersResponse (22) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_CountersResponse(struct soap*, struct ns2__Get_CountersResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_CountersResponse(struct soap*, const struct ns2__Get_CountersResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_CountersResponse(struct soap*, const struct ns2__Get_CountersResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_CountersResponse(struct soap*, const char*, int, const struct ns2__Get_CountersResponse *, const char*); SOAP_FMAC3 struct ns2__Get_CountersResponse * SOAP_FMAC4 soap_get_ns2__Get_CountersResponse(struct soap*, struct ns2__Get_CountersResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_CountersResponse * SOAP_FMAC4 soap_in_ns2__Get_CountersResponse(struct soap*, const char*, struct ns2__Get_CountersResponse *, const char*); #ifndef SOAP_TYPE_ns2__Do_Go #define SOAP_TYPE_ns2__Do_Go (19) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_Go(struct soap*, struct ns2__Do_Go *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_Go(struct soap*, const struct ns2__Do_Go *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_Go(struct soap*, const struct ns2__Do_Go *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_Go(struct soap*, const char*, int, const struct ns2__Do_Go *, const char*); SOAP_FMAC3 struct ns2__Do_Go * SOAP_FMAC4 soap_get_ns2__Do_Go(struct soap*, struct ns2__Do_Go *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_Go * SOAP_FMAC4 soap_in_ns2__Do_Go(struct soap*, const char*, struct ns2__Do_Go *, const char*); #ifndef SOAP_TYPE_ns2__Do_GoResponse #define SOAP_TYPE_ns2__Do_GoResponse (18) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_GoResponse(struct soap*, struct ns2__Do_GoResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_GoResponse(struct soap*, const struct ns2__Do_GoResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_GoResponse(struct soap*, const struct ns2__Do_GoResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_GoResponse(struct soap*, const char*, int, const struct ns2__Do_GoResponse *, const char*); SOAP_FMAC3 struct ns2__Do_GoResponse * SOAP_FMAC4 soap_get_ns2__Do_GoResponse(struct soap*, struct ns2__Do_GoResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_GoResponse * SOAP_FMAC4 soap_in_ns2__Do_GoResponse(struct soap*, const char*, struct ns2__Do_GoResponse *, const char*); #ifndef SOAP_TYPE_ns2__Do_Stop #define SOAP_TYPE_ns2__Do_Stop (16) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_Stop(struct soap*, struct ns2__Do_Stop *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_Stop(struct soap*, const struct ns2__Do_Stop *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_Stop(struct soap*, const struct ns2__Do_Stop *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_Stop(struct soap*, const char*, int, const struct ns2__Do_Stop *, const char*); SOAP_FMAC3 struct ns2__Do_Stop * SOAP_FMAC4 soap_get_ns2__Do_Stop(struct soap*, struct ns2__Do_Stop *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_Stop * SOAP_FMAC4 soap_in_ns2__Do_Stop(struct soap*, const char*, struct ns2__Do_Stop *, const char*); #ifndef SOAP_TYPE_ns2__Do_StopResponse #define SOAP_TYPE_ns2__Do_StopResponse (15) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_StopResponse(struct soap*, struct ns2__Do_StopResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_StopResponse(struct soap*, const struct ns2__Do_StopResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_StopResponse(struct soap*, const struct ns2__Do_StopResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_StopResponse(struct soap*, const char*, int, const struct ns2__Do_StopResponse *, const char*); SOAP_FMAC3 struct ns2__Do_StopResponse * SOAP_FMAC4 soap_get_ns2__Do_StopResponse(struct soap*, struct ns2__Do_StopResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_StopResponse * SOAP_FMAC4 soap_in_ns2__Do_StopResponse(struct soap*, const char*, struct ns2__Do_StopResponse *, const char*); #ifndef SOAP_TYPE_ns2__Do_SetUp #define SOAP_TYPE_ns2__Do_SetUp (13) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_SetUp(struct soap*, struct ns2__Do_SetUp *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_SetUp(struct soap*, const struct ns2__Do_SetUp *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_SetUp(struct soap*, const struct ns2__Do_SetUp *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_SetUp(struct soap*, const char*, int, const struct ns2__Do_SetUp *, const char*); SOAP_FMAC3 struct ns2__Do_SetUp * SOAP_FMAC4 soap_get_ns2__Do_SetUp(struct soap*, struct ns2__Do_SetUp *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_SetUp * SOAP_FMAC4 soap_in_ns2__Do_SetUp(struct soap*, const char*, struct ns2__Do_SetUp *, const char*); #ifndef SOAP_TYPE_ns2__Do_SetUpResponse #define SOAP_TYPE_ns2__Do_SetUpResponse (12) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Do_SetUpResponse(struct soap*, struct ns2__Do_SetUpResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Do_SetUpResponse(struct soap*, const struct ns2__Do_SetUpResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Do_SetUpResponse(struct soap*, const struct ns2__Do_SetUpResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Do_SetUpResponse(struct soap*, const char*, int, const struct ns2__Do_SetUpResponse *, const char*); SOAP_FMAC3 struct ns2__Do_SetUpResponse * SOAP_FMAC4 soap_get_ns2__Do_SetUpResponse(struct soap*, struct ns2__Do_SetUpResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Do_SetUpResponse * SOAP_FMAC4 soap_in_ns2__Do_SetUpResponse(struct soap*, const char*, struct ns2__Do_SetUpResponse *, const char*); #ifndef SOAP_TYPE_ns2__Get_State #define SOAP_TYPE_ns2__Get_State (9) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_State(struct soap*, struct ns2__Get_State *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_State(struct soap*, const struct ns2__Get_State *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_State(struct soap*, const struct ns2__Get_State *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_State(struct soap*, const char*, int, const struct ns2__Get_State *, const char*); SOAP_FMAC3 struct ns2__Get_State * SOAP_FMAC4 soap_get_ns2__Get_State(struct soap*, struct ns2__Get_State *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_State * SOAP_FMAC4 soap_in_ns2__Get_State(struct soap*, const char*, struct ns2__Get_State *, const char*); #ifndef SOAP_TYPE_ns2__Get_StateResponse #define SOAP_TYPE_ns2__Get_StateResponse (6) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__Get_StateResponse(struct soap*, struct ns2__Get_StateResponse *); SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__Get_StateResponse(struct soap*, const struct ns2__Get_StateResponse *); SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__Get_StateResponse(struct soap*, const struct ns2__Get_StateResponse *, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__Get_StateResponse(struct soap*, const char*, int, const struct ns2__Get_StateResponse *, const char*); SOAP_FMAC3 struct ns2__Get_StateResponse * SOAP_FMAC4 soap_get_ns2__Get_StateResponse(struct soap*, struct ns2__Get_StateResponse *, const char*, const char*); SOAP_FMAC3 struct ns2__Get_StateResponse * SOAP_FMAC4 soap_in_ns2__Get_StateResponse(struct soap*, const char*, struct ns2__Get_StateResponse *, const char*); #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason #define SOAP_TYPE_PointerToSOAP_ENV__Reason (36) #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*); #endif #ifndef WITH_NOGLOBAL #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail #define SOAP_TYPE_PointerToSOAP_ENV__Detail (35) #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 (31) #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_PointerTostring #define SOAP_TYPE_PointerTostring (20) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostring(struct soap*, char **const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostring(struct soap*, char **const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostring(struct soap*, const char *, int, char **const*, const char *); SOAP_FMAC3 char *** SOAP_FMAC4 soap_get_PointerTostring(struct soap*, char ***, const char*, const char*); SOAP_FMAC3 char *** SOAP_FMAC4 soap_in_PointerTostring(struct soap*, const char*, char ***, const char*); #ifndef SOAP_TYPE_PointerToint #define SOAP_TYPE_PointerToint (10) #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__Get_StateResponse #define SOAP_TYPE_PointerTons2__Get_StateResponse (7) #endif SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons2__Get_StateResponse(struct soap*, struct ns2__Get_StateResponse *const*); SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons2__Get_StateResponse(struct soap*, struct ns2__Get_StateResponse *const*, const char*, const char*); SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons2__Get_StateResponse(struct soap*, const char *, int, struct ns2__Get_StateResponse *const*, const char *); SOAP_FMAC3 struct ns2__Get_StateResponse ** SOAP_FMAC4 soap_get_PointerTons2__Get_StateResponse(struct soap*, struct ns2__Get_StateResponse **, const char*, const char*); SOAP_FMAC3 struct ns2__Get_StateResponse ** SOAP_FMAC4 soap_in_PointerTons2__Get_StateResponse(struct soap*, const char*, struct ns2__Get_StateResponse **, 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 */