root/ossiedev/branches/ttsou/dist/components/gmsk_mod/gmsk_mod.scd.xml @ 8612

Revision 8612, 1.9 KB (checked in by ttsou, 4 years ago)

gmsk modulator

RevLine 
[8612]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE softwarecomponent SYSTEM "../dtd/softwarecomponent.dtd">
3<!--Created with OSSIE WaveDev Beta Version 0.6.0b-->
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="samples_in" repid="IDL:standardInterfaces/complexShort:1.0">
17                <porttype type="data"/>
18            </provides>
19            <uses repid="IDL:standardInterfaces/complexShort:1.0" usesname="samples_out">
20                <porttype type="data"/>
21            </uses>
22        </ports>
23    </componentfeatures>
24    <interfaces>
25        <interface name="Resource" repid="IDL:CF/Resource:1.0">
26            <!--[Inherited interface IDL:CF/LifeCycle:1.0]-->
27            <inheritsinterface repid="IDL:CF/LifeCycle:1.0"/>
28            <!--[Inherited interface IDL:CF/PortSupplier:1.0]-->
29            <inheritsinterface repid="IDL:CF/PortSupplier:1.0"/>
30            <!--[Inherited interface IDL:CF/PropertySet:1.0]-->
31            <inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
32            <!--[Inherited interface IDL:CF/TestableObject:1.0]-->
33            <inheritsinterface repid="IDL:CF/TestableObject:1.0"/>
34        </interface>
35        <interface name="complexShort" repid="IDL:standardInterfaces/complexShort:1.0"/>
36    </interfaces>
37</softwarecomponent>
Note: See TracBrowser for help on using the browser.