~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/plugins/cumulative_sum/cumulative_sum.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-30 19:11:30 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630191130-acumuar75bz4puty
Tags: 1.2.1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE Module SYSTEM "file:/Repository/Level2/Soft/ProC/moduledef.dtd">
 
3
<module>
 
4
<intro>
 
5
<modulename name="cumulative_sum" readableName="Cumulative sum (integral)"/>
 
6
<author name="Nicolas Brisset"/>
 
7
<description text="Computes the cumulative sum (integral) of the input vector."/>
 
8
<version minor="1" major="0"/>
 
9
<state devstate="release"/>
 
10
</intro>
 
11
 
 
12
<interface>
 
13
<input>
 
14
<table type="float" name="InputVector" descr="The input vector"/>
 
15
</input>
 
16
<input>
 
17
<float name="Scale factor (time step)" descr="Time step to scale the sum" default="1.0"/>
 
18
</input>
 
19
 
 
20
<output>
 
21
<table type="float" name="Cumulative Sum" descr="The scaled summed input (integral)"/>
 
22
</output>
 
23
</interface>
 
24
</module>