File: trans_two.xml

package info (click to toggle)
scram 0.16.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: xml: 120,766; cpp: 23,966; python: 1,256; ansic: 100; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>

<!--
This file contains a self-contained fault tree
that can be attached to any tree.
This particular TransTwo tree
is for testing TransferIn and TransferOut capabilities of SCRAM.
-->

<opsa-mef>
  <define-fault-tree name="TransTwo">
    <define-gate name="TransTwo">  <!-- The gate with Transfer-Out symbol -->
      <and>
        <event name="A"/>
        <event name="B"/>
      </and>
    </define-gate>
  </define-fault-tree>
</opsa-mef>