[Kst] Scrubbed attachment: dimss.xml

Nicolas.Brisset at eurocopter.com Nicolas.Brisset at eurocopter.com
Mon Oct 11 09:41:16 CEST 2004


On Thursday 07 October 2004 19:34, George Staikos wrote:
> On Thursday 07 October 2004 13:01, Nicolas.Brisset at eurocopter.com wrote:
> > Here another try !
> >
> > Without the .xml file, it will be difficult for you to help me...
> >
> > Nicolas
>
>    The file inside the .gz was a text file saying that the XML file was
> removed.
Arg ! OK, if that filter is sooo smart it can gunzip files, then let's try 
changing the extension :-)


-------------- next part --------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Module SYSTEM "file:/Repository/Level2/Soft/ProC/moduledef.dtd">
<module>
<intro>
<modulename name="DIMSS"/>
<author name="Nicolas Brisset"/>
<description text="Computes workload according to the DIMSS metric."/>
<version minor="0" major="1"/>
<state devstate="release"/>
</intro>

<interface>
<input>
<table type="float" name="PilotInput" descr="The array containing pilot inputs." />
</input>
<input>
<float name="Sampling time (ms)" descr="Sampling time in ms." />
</input>
<input>
<float name="Window width (s)" descr="Width of sliding window (s)." />
</input>

<output>
<table type="float" name="NbReversals" descr="Number of control input reversals per 3s." />
</output>
<output>
<table type="float" name="SlidingStdDev" descr="The standard deviation over 3s." />
</output>
<output>
<table type="float" name="DIMSSMetric" descr="The DIMSS metric." />
</output>
</interface>
</module>


More information about the Kst mailing list