Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
1df5e4ba
Commit
1df5e4ba
authored
May 23, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved from lib/statussrv
parent
ad9bfb6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
250 additions
and
0 deletions
+250
-0
src/exe/rt_statussrv/src/statussrv_Server.cpp
src/exe/rt_statussrv/src/statussrv_Server.cpp
+250
-0
No files found.
src/exe/rt_statussrv/src/statussrv_Server.cpp
0 → 100644
View file @
1df5e4ba
/* statussrv_Server.cpp
Generated by gSOAP 2.7.9d from statussrv_msg.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.
*/
#include "statussrv_H.h"
SOAP_SOURCE_STAMP
(
"@(#) statussrv_Server.cpp ver 2.7.9d 2007-05-21 09:05:52 GMT"
)
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve
(
struct
soap
*
soap
)
{
#ifndef WITH_FASTCGI
unsigned
int
k
=
soap
->
max_keep_alive
;
#endif
do
{
#ifdef WITH_FASTCGI
if
(
FCGI_Accept
()
<
0
)
{
soap
->
error
=
SOAP_EOF
;
return
soap_send_fault
(
soap
);
}
#endif
soap_begin
(
soap
);
#ifndef WITH_FASTCGI
if
(
soap
->
max_keep_alive
>
0
&&
!--
k
)
soap
->
keep_alive
=
0
;
#endif
if
(
soap_begin_recv
(
soap
))
{
if
(
soap
->
error
<
SOAP_STOP
)
{
#ifdef WITH_FASTCGI
soap_send_fault
(
soap
);
#else
return
soap_send_fault
(
soap
);
#endif
}
soap_closesock
(
soap
);
continue
;
}
if
(
soap_envelope_begin_in
(
soap
)
||
soap_recv_header
(
soap
)
||
soap_body_begin_in
(
soap
)
||
soap_serve_request
(
soap
)
||
(
soap
->
fserveloop
&&
soap
->
fserveloop
(
soap
)))
{
#ifdef WITH_FASTCGI
soap_send_fault
(
soap
);
#else
return
soap_send_fault
(
soap
);
#endif
}
#ifdef WITH_FASTCGI
}
while
(
1
);
#else
}
while
(
soap
->
keep_alive
);
#endif
return
SOAP_OK
;
}
#ifndef WITH_NOSERVEREQUEST
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve_request
(
struct
soap
*
soap
)
{
soap_peek_element
(
soap
);
if
(
!
soap_match_tag
(
soap
,
soap
->
tag
,
"s0:GetStatus"
))
return
soap_serve___s0__GetStatus
(
soap
);
if
(
!
soap_match_tag
(
soap
,
soap
->
tag
,
"s0:GetExtStatus"
))
return
soap_serve___s0__GetExtStatus
(
soap
);
if
(
!
soap_match_tag
(
soap
,
soap
->
tag
,
"s0:Restart"
))
return
soap_serve___s0__Restart
(
soap
);
if
(
!
soap_match_tag
(
soap
,
soap
->
tag
,
"s0:XttStart"
))
return
soap_serve___s0__XttStart
(
soap
);
return
soap
->
error
=
SOAP_NO_METHOD
;
}
#endif
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve___s0__GetStatus
(
struct
soap
*
soap
)
{
struct
__s0__GetStatus
soap_tmp___s0__GetStatus
;
_s0__GetStatusResponse
s0__GetStatusResponse
;
s0__GetStatusResponse
.
soap_default
(
soap
);
soap_default___s0__GetStatus
(
soap
,
&
soap_tmp___s0__GetStatus
);
soap
->
encodingStyle
=
NULL
;
if
(
!
soap_get___s0__GetStatus
(
soap
,
&
soap_tmp___s0__GetStatus
,
"-s0:GetStatus"
,
NULL
))
return
soap
->
error
;
if
(
soap_body_end_in
(
soap
)
||
soap_envelope_end_in
(
soap
)
||
soap_end_recv
(
soap
))
return
soap
->
error
;
soap
->
error
=
__s0__GetStatus
(
soap
,
soap_tmp___s0__GetStatus
.
s0__GetStatus
,
&
s0__GetStatusResponse
);
if
(
soap
->
error
)
return
soap
->
error
;
soap_serializeheader
(
soap
);
s0__GetStatusResponse
.
soap_serialize
(
soap
);
if
(
soap_begin_count
(
soap
))
return
soap
->
error
;
if
(
soap
->
mode
&
SOAP_IO_LENGTH
)
{
if
(
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__GetStatusResponse
.
soap_put
(
soap
,
"s0:GetStatusResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
))
return
soap
->
error
;
};
if
(
soap_end_count
(
soap
)
||
soap_response
(
soap
,
SOAP_OK
)
||
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__GetStatusResponse
.
soap_put
(
soap
,
"s0:GetStatusResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
)
||
soap_end_send
(
soap
))
return
soap
->
error
;
return
soap_closesock
(
soap
);
}
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve___s0__GetExtStatus
(
struct
soap
*
soap
)
{
struct
__s0__GetExtStatus
soap_tmp___s0__GetExtStatus
;
_s0__GetExtStatusResponse
s0__GetExtStatusResponse
;
s0__GetExtStatusResponse
.
soap_default
(
soap
);
soap_default___s0__GetExtStatus
(
soap
,
&
soap_tmp___s0__GetExtStatus
);
soap
->
encodingStyle
=
NULL
;
if
(
!
soap_get___s0__GetExtStatus
(
soap
,
&
soap_tmp___s0__GetExtStatus
,
"-s0:GetExtStatus"
,
NULL
))
return
soap
->
error
;
if
(
soap_body_end_in
(
soap
)
||
soap_envelope_end_in
(
soap
)
||
soap_end_recv
(
soap
))
return
soap
->
error
;
soap
->
error
=
__s0__GetExtStatus
(
soap
,
soap_tmp___s0__GetExtStatus
.
s0__GetExtStatus
,
&
s0__GetExtStatusResponse
);
if
(
soap
->
error
)
return
soap
->
error
;
soap_serializeheader
(
soap
);
s0__GetExtStatusResponse
.
soap_serialize
(
soap
);
if
(
soap_begin_count
(
soap
))
return
soap
->
error
;
if
(
soap
->
mode
&
SOAP_IO_LENGTH
)
{
if
(
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__GetExtStatusResponse
.
soap_put
(
soap
,
"s0:GetExtStatusResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
))
return
soap
->
error
;
};
if
(
soap_end_count
(
soap
)
||
soap_response
(
soap
,
SOAP_OK
)
||
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__GetExtStatusResponse
.
soap_put
(
soap
,
"s0:GetExtStatusResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
)
||
soap_end_send
(
soap
))
return
soap
->
error
;
return
soap_closesock
(
soap
);
}
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve___s0__Restart
(
struct
soap
*
soap
)
{
struct
__s0__Restart
soap_tmp___s0__Restart
;
_s0__RestartResponse
s0__RestartResponse
;
s0__RestartResponse
.
soap_default
(
soap
);
soap_default___s0__Restart
(
soap
,
&
soap_tmp___s0__Restart
);
soap
->
encodingStyle
=
NULL
;
if
(
!
soap_get___s0__Restart
(
soap
,
&
soap_tmp___s0__Restart
,
"-s0:Restart"
,
NULL
))
return
soap
->
error
;
if
(
soap_body_end_in
(
soap
)
||
soap_envelope_end_in
(
soap
)
||
soap_end_recv
(
soap
))
return
soap
->
error
;
soap
->
error
=
__s0__Restart
(
soap
,
soap_tmp___s0__Restart
.
s0__Restart
,
&
s0__RestartResponse
);
if
(
soap
->
error
)
return
soap
->
error
;
soap_serializeheader
(
soap
);
s0__RestartResponse
.
soap_serialize
(
soap
);
if
(
soap_begin_count
(
soap
))
return
soap
->
error
;
if
(
soap
->
mode
&
SOAP_IO_LENGTH
)
{
if
(
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__RestartResponse
.
soap_put
(
soap
,
"s0:RestartResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
))
return
soap
->
error
;
};
if
(
soap_end_count
(
soap
)
||
soap_response
(
soap
,
SOAP_OK
)
||
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__RestartResponse
.
soap_put
(
soap
,
"s0:RestartResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
)
||
soap_end_send
(
soap
))
return
soap
->
error
;
return
soap_closesock
(
soap
);
}
SOAP_FMAC5
int
SOAP_FMAC6
soap_serve___s0__XttStart
(
struct
soap
*
soap
)
{
struct
__s0__XttStart
soap_tmp___s0__XttStart
;
_s0__XttStartResponse
s0__XttStartResponse
;
s0__XttStartResponse
.
soap_default
(
soap
);
soap_default___s0__XttStart
(
soap
,
&
soap_tmp___s0__XttStart
);
soap
->
encodingStyle
=
NULL
;
if
(
!
soap_get___s0__XttStart
(
soap
,
&
soap_tmp___s0__XttStart
,
"-s0:XttStart"
,
NULL
))
return
soap
->
error
;
if
(
soap_body_end_in
(
soap
)
||
soap_envelope_end_in
(
soap
)
||
soap_end_recv
(
soap
))
return
soap
->
error
;
soap
->
error
=
__s0__XttStart
(
soap
,
soap_tmp___s0__XttStart
.
s0__XttStart
,
&
s0__XttStartResponse
);
if
(
soap
->
error
)
return
soap
->
error
;
soap_serializeheader
(
soap
);
s0__XttStartResponse
.
soap_serialize
(
soap
);
if
(
soap_begin_count
(
soap
))
return
soap
->
error
;
if
(
soap
->
mode
&
SOAP_IO_LENGTH
)
{
if
(
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__XttStartResponse
.
soap_put
(
soap
,
"s0:XttStartResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
))
return
soap
->
error
;
};
if
(
soap_end_count
(
soap
)
||
soap_response
(
soap
,
SOAP_OK
)
||
soap_envelope_begin_out
(
soap
)
||
soap_putheader
(
soap
)
||
soap_body_begin_out
(
soap
)
||
s0__XttStartResponse
.
soap_put
(
soap
,
"s0:XttStartResponse"
,
""
)
||
soap_body_end_out
(
soap
)
||
soap_envelope_end_out
(
soap
)
||
soap_end_send
(
soap
))
return
soap
->
error
;
return
soap_closesock
(
soap
);
}
/* End of statussrv_Server.cpp */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment