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

Revision 10917, 2.1 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 softwarecomponent SYSTEM "../dtd/softwarecomponent.dtd">
3<!--Created with OSSIE WaveDev-->
4<!--Powered by Python-->
5<softwarecomponent>
6    <corbaversion>2.2</corbaversion>
7    <componentrepid repid="IDL:CF/Resource:1.0"/>
8    <componenttype>resource</componenttype>
9    <componentfeatures>
10        <supportsinterface repid="IDL:CF/Resource:1.0" supportsname="Resource"/>
11        <supportsinterface repid="IDL:CF/LifeCycle:1.0" supportsname="LifeCycle"/>
12        <supportsinterface repid="IDL:CF/PortSupplier:1.0" supportsname="PortSupplier"/>
13        <supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet"/>
14        <supportsinterface repid="IDL:CF/TestableObject:1.0" supportsname="TestableObject"/>
15        <ports>
16            <provides providesname="samplesIn" repid="IDL:standardInterfaces/complexShort:1.0">
17                <porttype type="data"/>
18            </provides>
19            <uses repid="IDL:standardInterfaces/realChar:1.0" usesname="headerOut">
20                <porttype type="data"/>
21            </uses>
22            <uses repid="IDL:standardInterfaces/realChar:1.0" usesname="payloadOut">
23                <porttype type="data"/>
24            </uses>
25        </ports>
26    </componentfeatures>
27    <interfaces>
28        <interface name="Resource" repid="IDL:CF/Resource:1.0">
29            <!--[Inherited interface IDL:CF/LifeCycle:1.0]-->
30            <inheritsinterface repid="IDL:CF/LifeCycle:1.0"/>
31            <!--[Inherited interface IDL:CF/PortSupplier:1.0]-->
32            <inheritsinterface repid="IDL:CF/PortSupplier:1.0"/>
33            <!--[Inherited interface IDL:CF/PropertySet:1.0]-->
34            <inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
35            <!--[Inherited interface IDL:CF/TestableObject:1.0]-->
36            <inheritsinterface repid="IDL:CF/TestableObject:1.0"/>
37        </interface>
38        <interface name="realChar" repid="IDL:standardInterfaces/realChar:1.0"/>
39        <interface name="complexShort" repid="IDL:standardInterfaces/complexShort:1.0"/>
40    </interfaces>
41</softwarecomponent>
Note: See TracBrowser for help on using the browser.