root/vtcross/branches/nikhil/crossmodel2/src/shell/configs/ossie_demo.xml @ 572

Revision 572, 0.6 KB (checked in by nikhil, 14 years ago)
RevLine 
[416]1<!--
2This is an example XML file to interface with our cognitive engine.
3The library shall create a new table "myengine" with the following cols:
4  throughput spectral_efficiency log10_ber mod_scheme tx_power SNR
5-->
6<engine name="myengine" filename="myengine.sql">
7
8    <!-- utilities : QoS metrics -->
9    <utilities>
[572]10        <utility name="BER" units="" goal="min" target=".02"/>
[416]11    </utilities>
12
13    <!-- radio parameters -->
14    <parameters>
[572]15        <parameter name="tx_Amp" units="" min="1" max="30" step="1"/>
[416]16    </parameters>
17
18    <!-- link/channel observations -->
[572]19    <observables/>
[416]20</engine>
Note: See TracBrowser for help on using the browser.