root/ossiedev/branches/mcarrick/digitalVoiceWaveform/voiceToPacket/voiceToPacket.prf.xml @ 10917

Revision 10917, 1.6 KB (checked in by mcarrick, 19 months ago)

adding component which packetizes sound card samples for the lidquid dsp modem

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE properties SYSTEM "../dtd/properties.dtd">
3<!--Created with OSSIE WaveDev-->
4<!--Powered by Python-->
5<properties>
6    <description>These are the properties to configure the device manager</description>
7    <simple id="DCE:bce93bb6-d3de-11e0-94b5-001aa0b89dbf" mode="readwrite" name="PayloadDataLength" type="short">
8        <value>0</value>
9        <description>Number of bytes in payload</description>
10        <kind kindtype="configure"/>
11    </simple>
12    <simple id="DCE:cfa68aec-d3de-11e0-b0db-001aa0b89dbf" mode="readwrite" name="HeaderDataLength" type="short">
13        <value>0</value>
14        <description>
15        </description>
16        <kind kindtype="configure"/>
17    </simple>
18    <simple id="DCE:df88e05e-d3de-11e0-aeb7-001aa0b89dbf" mode="readwrite" name="PacketDelay" type="short">
19        <value>1000</value>
20        <description>Packet delay (ms)</description>
21        <kind kindtype="configure"/>
22    </simple>
23    <simple id="DCE:ff76e0d2-d3de-11e0-9af0-001aa0b89dbf" mode="readwrite" name="verbose" type="boolean">
24        <value>0</value>
25        <description>Enable, disable verbose output</description>
26        <kind kindtype="configure"/>
27    </simple>
28    <simplesequence id="port_list" mode="readonly" name="port_list" type="string">
29        <description>Returns a sequence of strings with the names of the available Provides ports</description>
30        <kind kindtype="configure"/>
31        <values>
32            <value>samplesIn::standardInterfaces.complexShort</value>
33        </values>
34    </simplesequence>
35</properties>
Note: See TracBrowser for help on using the browser.