Blame view

test/data/DataBaseParameters/expression_plus_3.xml 250 Bytes
afce918f   Benjamin Renard   Add test/data
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<param xml:id='expression_plus_3'>
  <time_resolution>3600</time_resolution>
  <get>
   <amdaParam name="dst"/>
   <amdaParam name="speed"/>
  </get>
  <process description="dst+speed">$dst+$speed</process>
  <output/>
</param>