-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcppsystem.xml
More file actions
22 lines (22 loc) · 750 Bytes
/
cppsystem.xml
File metadata and controls
22 lines (22 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<cppsystem name="SCDT" script="cppsystem.gsl">
<service name="serv1">
<function name="s1op1" return="bool">
<param name="&p1" type="std::string"/>
<param name="&p2" type="std::string"/>
</function>
<function name="s1op2" return="bool">
</function>
</service>
<service name="serv2">
<function name="s2op1" return="bool">
<param name="&p1" type="std::string"/>
<param name="&p2" type="std::string"/>
</function>
<function name="s2op2" return="bool">
<param name="&p1" type="std::string"/>
</function>
<function name="s2op3" return="bool">
</function>
</service>
</cppsystem>