-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsoapCS8ServerV2Proxy.h
176 lines (145 loc) · 14.9 KB
/
soapCS8ServerV2Proxy.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* soapCS8ServerV2Proxy.h
Generated by gSOAP 2.8.21 from cs8server.h
Copyright(C) 2000-2014, Robert van Engelen, Genivia Inc. All Rights Reserved.
The generated code is released under one of the following licenses:
GPL or Genivia's license for commercial use.
This program is released under the GPL with the additional exemption that
compiling, linking, and/or using OpenSSL is allowed.
*/
#ifndef soapCS8ServerV2Proxy_H
#define soapCS8ServerV2Proxy_H
#include "soapH.h"
class SOAP_CMAC CS8ServerV2Proxy : public soap
{ public:
/// Endpoint URL of service 'CS8ServerV2Proxy' (change as needed)
const char *soap_endpoint;
/// Variables globally declared in cs8server.h (non-static)
/// Constructor
CS8ServerV2Proxy();
/// Construct from another engine state
CS8ServerV2Proxy(const struct soap&);
/// Constructor with endpoint URL
CS8ServerV2Proxy(const char *url);
/// Constructor with engine input+output mode control
CS8ServerV2Proxy(soap_mode iomode);
/// Constructor with URL and input+output mode control
CS8ServerV2Proxy(const char *url, soap_mode iomode);
/// Constructor with engine input and output mode control
CS8ServerV2Proxy(soap_mode imode, soap_mode omode);
/// Destructor frees deserialized data
virtual ~CS8ServerV2Proxy();
/// Initializer used by constructors
virtual void CS8ServerV2Proxy_init(soap_mode imode, soap_mode omode);
/// Delete all deserialized data (with soap_destroy and soap_end)
virtual void destroy();
/// Delete all deserialized data and reset to default
virtual void reset();
/// Disables and removes SOAP Header from message
virtual void soap_noheader();
/// Put SOAP Header in message
virtual void soap_header(int *ns1__sessionId);
/// Get SOAP Header structure (NULL when absent)
virtual const SOAP_ENV__Header *soap_header();
/// Get SOAP Fault structure (NULL when absent)
virtual const SOAP_ENV__Fault *soap_fault();
/// Get SOAP Fault string (NULL when absent)
virtual const char *soap_fault_string();
/// Get SOAP Fault detail as string (NULL when absent)
virtual const char *soap_fault_detail();
/// Close connection (normally automatic, except for send_X ops)
virtual int soap_close_socket();
/// Force close connection (can kill a thread blocked on IO)
virtual int soap_force_close_socket();
/// Print fault
virtual void soap_print_fault(FILE*);
#ifndef WITH_LEAN
/// Print fault to stream
#ifndef WITH_COMPAT
virtual void soap_stream_fault(std::ostream&);
#endif
/// Put fault into buffer
virtual char *soap_sprint_fault(char *buf, size_t len);
#endif
/// Web service operation 'setBreakpoints' (returns error code or SOAP_OK)
virtual int setBreakpoints(_ns7__setBreakpoints *ns7__setBreakpoints, _ns7__setBreakpointsResponse *ns7__setBreakpointsResponse) { return this->setBreakpoints(NULL, NULL, ns7__setBreakpoints, ns7__setBreakpointsResponse); }
virtual int setBreakpoints(const char *endpoint, const char *soap_action, _ns7__setBreakpoints *ns7__setBreakpoints, _ns7__setBreakpointsResponse *ns7__setBreakpointsResponse);
/// Web service operation 'getBreakpoints' (returns error code or SOAP_OK)
virtual int getBreakpoints(_ns7__getBreakpoints *ns7__getBreakpoints, _ns7__getBreakpointsResponse *ns7__getBreakpointsResponse) { return this->getBreakpoints(NULL, NULL, ns7__getBreakpoints, ns7__getBreakpointsResponse); }
virtual int getBreakpoints(const char *endpoint, const char *soap_action, _ns7__getBreakpoints *ns7__getBreakpoints, _ns7__getBreakpointsResponse *ns7__getBreakpointsResponse);
/// Web service operation 'clearBreakpoints' (returns error code or SOAP_OK)
virtual int clearBreakpoints(_ns7__clearBreakpoints *ns7__clearBreakpoints, _ns7__clearBreakpointsResponse *ns7__clearBreakpointsResponse) { return this->clearBreakpoints(NULL, NULL, ns7__clearBreakpoints, ns7__clearBreakpointsResponse); }
virtual int clearBreakpoints(const char *endpoint, const char *soap_action, _ns7__clearBreakpoints *ns7__clearBreakpoints, _ns7__clearBreakpointsResponse *ns7__clearBreakpointsResponse);
/// Web service operation 'clearAllBreakpoints' (returns error code or SOAP_OK)
virtual int clearAllBreakpoints(_ns7__clearAllBreakpoints *ns7__clearAllBreakpoints, _ns7__clearAllBreakpointsResponse *ns7__clearAllBreakpointsResponse) { return this->clearAllBreakpoints(NULL, NULL, ns7__clearAllBreakpoints, ns7__clearAllBreakpointsResponse); }
virtual int clearAllBreakpoints(const char *endpoint, const char *soap_action, _ns7__clearAllBreakpoints *ns7__clearAllBreakpoints, _ns7__clearAllBreakpointsResponse *ns7__clearAllBreakpointsResponse);
/// Web service operation 'getTasks' (returns error code or SOAP_OK)
virtual int getTasks(_ns7__getTasks *ns7__getTasks, _ns7__getTasksResponse *ns7__getTasksResponse) { return this->getTasks(NULL, NULL, ns7__getTasks, ns7__getTasksResponse); }
virtual int getTasks(const char *endpoint, const char *soap_action, _ns7__getTasks *ns7__getTasks, _ns7__getTasksResponse *ns7__getTasksResponse);
/// Web service operation 'taskSuspend' (returns error code or SOAP_OK)
virtual int taskSuspend(_ns7__taskSuspend *ns7__taskSuspend, _ns7__taskSuspendResponse *ns7__taskSuspendResponse) { return this->taskSuspend(NULL, NULL, ns7__taskSuspend, ns7__taskSuspendResponse); }
virtual int taskSuspend(const char *endpoint, const char *soap_action, _ns7__taskSuspend *ns7__taskSuspend, _ns7__taskSuspendResponse *ns7__taskSuspendResponse);
/// Web service operation 'taskResume' (returns error code or SOAP_OK)
virtual int taskResume(_ns7__taskResume *ns7__taskResume, _ns7__taskResumeResponse *ns7__taskResumeResponse) { return this->taskResume(NULL, NULL, ns7__taskResume, ns7__taskResumeResponse); }
virtual int taskResume(const char *endpoint, const char *soap_action, _ns7__taskResume *ns7__taskResume, _ns7__taskResumeResponse *ns7__taskResumeResponse);
/// Web service operation 'taskKill' (returns error code or SOAP_OK)
virtual int taskKill(_ns7__taskKill *ns7__taskKill, _ns7__taskKillResponse *ns7__taskKillResponse) { return this->taskKill(NULL, NULL, ns7__taskKill, ns7__taskKillResponse); }
virtual int taskKill(const char *endpoint, const char *soap_action, _ns7__taskKill *ns7__taskKill, _ns7__taskKillResponse *ns7__taskKillResponse);
/// Web service operation 'taskStep' (returns error code or SOAP_OK)
virtual int taskStep(_ns7__taskStep *ns7__taskStep, _ns7__taskStepResponse *ns7__taskStepResponse) { return this->taskStep(NULL, NULL, ns7__taskStep, ns7__taskStepResponse); }
virtual int taskStep(const char *endpoint, const char *soap_action, _ns7__taskStep *ns7__taskStep, _ns7__taskStepResponse *ns7__taskStepResponse);
/// Web service operation 'subscribeToControllerEvents' (returns error code or SOAP_OK)
virtual int subscribeToControllerEvents(_ns7__subscribeToControllerEvents *ns7__subscribeToControllerEvents, _ns7__subscribeResponse *ns7__subscribeResponse) { return this->subscribeToControllerEvents(NULL, NULL, ns7__subscribeToControllerEvents, ns7__subscribeResponse); }
virtual int subscribeToControllerEvents(const char *endpoint, const char *soap_action, _ns7__subscribeToControllerEvents *ns7__subscribeToControllerEvents, _ns7__subscribeResponse *ns7__subscribeResponse);
/// Web service operation 'unsubscribeToControllerEvents' (returns error code or SOAP_OK)
virtual int unsubscribeToControllerEvents(_ns7__unsubscribeToControllerEvents *ns7__unsubscribeToControllerEvents, _ns7__unsubscribeResponse *ns7__unsubscribeResponse) { return this->unsubscribeToControllerEvents(NULL, NULL, ns7__unsubscribeToControllerEvents, ns7__unsubscribeResponse); }
virtual int unsubscribeToControllerEvents(const char *endpoint, const char *soap_action, _ns7__unsubscribeToControllerEvents *ns7__unsubscribeToControllerEvents, _ns7__unsubscribeResponse *ns7__unsubscribeResponse);
/// Web service operation 'getCallStack' (returns error code or SOAP_OK)
virtual int getCallStack(_ns7__getCallStack *ns7__getCallStack, _ns7__getCallStackResponse *ns7__getCallStackResponse) { return this->getCallStack(NULL, NULL, ns7__getCallStack, ns7__getCallStackResponse); }
virtual int getCallStack(const char *endpoint, const char *soap_action, _ns7__getCallStack *ns7__getCallStack, _ns7__getCallStackResponse *ns7__getCallStackResponse);
/// Web service operation 'getStackFrame' (returns error code or SOAP_OK)
virtual int getStackFrame(_ns7__getStackFrame *ns7__getStackFrame, _ns7__getStackFrameResponse *ns7__getStackFrameResponse) { return this->getStackFrame(NULL, NULL, ns7__getStackFrame, ns7__getStackFrameResponse); }
virtual int getStackFrame(const char *endpoint, const char *soap_action, _ns7__getStackFrame *ns7__getStackFrame, _ns7__getStackFrameResponse *ns7__getStackFrameResponse);
/// Web service operation 'getWatches' (returns error code or SOAP_OK)
virtual int getWatches(_ns7__getWatches *ns7__getWatches, _ns7__getWatchResponse *ns7__getWatchResponse) { return this->getWatches(NULL, NULL, ns7__getWatches, ns7__getWatchResponse); }
virtual int getWatches(const char *endpoint, const char *soap_action, _ns7__getWatches *ns7__getWatches, _ns7__getWatchResponse *ns7__getWatchResponse);
/// Web service operation 'execVal3' (returns error code or SOAP_OK)
virtual int execVal3(_ns7__execVal3 *ns7__execVal3, _ns7__execVal3Response *ns7__execVal3Response) { return this->execVal3(NULL, NULL, ns7__execVal3, ns7__execVal3Response); }
virtual int execVal3(const char *endpoint, const char *soap_action, _ns7__execVal3 *ns7__execVal3, _ns7__execVal3Response *ns7__execVal3Response);
/// Web service operation 'setProjectAsModified' (returns error code or SOAP_OK)
virtual int setProjectAsModified(_ns7__setProjectAsModified *ns7__setProjectAsModified, _ns7__setProjectAsModifiedResponse *ns7__setProjectAsModifiedResponse) { return this->setProjectAsModified(NULL, NULL, ns7__setProjectAsModified, ns7__setProjectAsModifiedResponse); }
virtual int setProjectAsModified(const char *endpoint, const char *soap_action, _ns7__setProjectAsModified *ns7__setProjectAsModified, _ns7__setProjectAsModifiedResponse *ns7__setProjectAsModifiedResponse);
/// Web service operation 'setCurrentInstruction' (returns error code or SOAP_OK)
virtual int setCurrentInstruction(_ns7__setCurrentInstruction *ns7__setCurrentInstruction, _ns7__setCurrentInstructionResponse *ns7__setCurrentInstructionResponse) { return this->setCurrentInstruction(NULL, NULL, ns7__setCurrentInstruction, ns7__setCurrentInstructionResponse); }
virtual int setCurrentInstruction(const char *endpoint, const char *soap_action, _ns7__setCurrentInstruction *ns7__setCurrentInstruction, _ns7__setCurrentInstructionResponse *ns7__setCurrentInstructionResponse);
/// Web service operation 'replaceLine' (returns error code or SOAP_OK)
virtual int replaceLine(_ns7__replaceLine *ns7__replaceLine, _ns7__replaceLineResponse *ns7__replaceLineResponse) { return this->replaceLine(NULL, NULL, ns7__replaceLine, ns7__replaceLineResponse); }
virtual int replaceLine(const char *endpoint, const char *soap_action, _ns7__replaceLine *ns7__replaceLine, _ns7__replaceLineResponse *ns7__replaceLineResponse);
/// Web service operation 'readIos' (returns error code or SOAP_OK)
virtual int readIos(_ns7__readIos *ns7__readIos, _ns7__readIosResponse *ns7__readIosResponse) { return this->readIos(NULL, NULL, ns7__readIos, ns7__readIosResponse); }
virtual int readIos(const char *endpoint, const char *soap_action, _ns7__readIos *ns7__readIos, _ns7__readIosResponse *ns7__readIosResponse);
/// Web service operation 'writeIos' (returns error code or SOAP_OK)
virtual int writeIos(_ns7__writeIos *ns7__writeIos, _ns7__writeIosResponse *ns7__writeIosResponse) { return this->writeIos(NULL, NULL, ns7__writeIos, ns7__writeIosResponse); }
virtual int writeIos(const char *endpoint, const char *soap_action, _ns7__writeIos *ns7__writeIos, _ns7__writeIosResponse *ns7__writeIosResponse);
/// Web service operation 'lockIos' (returns error code or SOAP_OK)
virtual int lockIos(_ns7__lockIos *ns7__lockIos, _ns7__lockIosResponse *ns7__lockIosResponse) { return this->lockIos(NULL, NULL, ns7__lockIos, ns7__lockIosResponse); }
virtual int lockIos(const char *endpoint, const char *soap_action, _ns7__lockIos *ns7__lockIos, _ns7__lockIosResponse *ns7__lockIosResponse);
/// Web service operation 'unlockIos' (returns error code or SOAP_OK)
virtual int unlockIos(_ns7__unlockIos *ns7__unlockIos, _ns7__unlockIosResponse *ns7__unlockIosResponse) { return this->unlockIos(NULL, NULL, ns7__unlockIos, ns7__unlockIosResponse); }
virtual int unlockIos(const char *endpoint, const char *soap_action, _ns7__unlockIos *ns7__unlockIos, _ns7__unlockIosResponse *ns7__unlockIosResponse);
/// Web service operation 'lockAllIos' (returns error code or SOAP_OK)
virtual int lockAllIos(_ns7__lockAllIos *ns7__lockAllIos, _ns7__SoapAllPhysicalIoResponse *ns7__SoapAllPhysicalIoResponse) { return this->lockAllIos(NULL, NULL, ns7__lockAllIos, ns7__SoapAllPhysicalIoResponse); }
virtual int lockAllIos(const char *endpoint, const char *soap_action, _ns7__lockAllIos *ns7__lockAllIos, _ns7__SoapAllPhysicalIoResponse *ns7__SoapAllPhysicalIoResponse);
/// Web service operation 'unlockAllIos' (returns error code or SOAP_OK)
virtual int unlockAllIos(_ns7__unlockAllIos *ns7__unlockAllIos, _ns7__SoapAllPhysicalIoResponse *ns7__SoapAllPhysicalIoResponse) { return this->unlockAllIos(NULL, NULL, ns7__unlockAllIos, ns7__SoapAllPhysicalIoResponse); }
virtual int unlockAllIos(const char *endpoint, const char *soap_action, _ns7__unlockAllIos *ns7__unlockAllIos, _ns7__SoapAllPhysicalIoResponse *ns7__SoapAllPhysicalIoResponse);
/// Web service operation 'getAllPhysicalIos' (returns error code or SOAP_OK)
virtual int getAllPhysicalIos(_ns7__getAllPhysicalIos *ns7__getAllPhysicalIos, _ns7__getAllPhysicalIosResponse *ns7__getAllPhysicalIosResponse) { return this->getAllPhysicalIos(NULL, NULL, ns7__getAllPhysicalIos, ns7__getAllPhysicalIosResponse); }
virtual int getAllPhysicalIos(const char *endpoint, const char *soap_action, _ns7__getAllPhysicalIos *ns7__getAllPhysicalIos, _ns7__getAllPhysicalIosResponse *ns7__getAllPhysicalIosResponse);
/// Web service operation 'getRobotDhParameters' (returns error code or SOAP_OK)
virtual int getRobotDhParameters(_ns7__getRobotDhParameters *ns7__getRobotDhParameters, _ns7__SoapRobotDhParameters *ns7__SoapRobotDhParameters) { return this->getRobotDhParameters(NULL, NULL, ns7__getRobotDhParameters, ns7__SoapRobotDhParameters); }
virtual int getRobotDhParameters(const char *endpoint, const char *soap_action, _ns7__getRobotDhParameters *ns7__getRobotDhParameters, _ns7__SoapRobotDhParameters *ns7__SoapRobotDhParameters);
/// Web service operation 'getProject' (returns error code or SOAP_OK)
virtual int getProject(_ns7__getProject *ns7__getProject, _ns7__getProjectResponse *ns7__getProjectResponse) { return this->getProject(NULL, NULL, ns7__getProject, ns7__getProjectResponse); }
virtual int getProject(const char *endpoint, const char *soap_action, _ns7__getProject *ns7__getProject, _ns7__getProjectResponse *ns7__getProjectResponse);
};
#endif