root/nodes/default_GPP_node/trunk/default_GPP_node/DeviceManager.scd.xml @ 3173

Revision 3173, 0.7 KB (checked in by DrewCormier, 6 years ago)

initial import. node with just a GPP

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE softwarecomponent SYSTEM "../../xml/dtd/softwarecomponent.dtd">
3<softwarecomponent>
4        <corbaversion>2.2</corbaversion>
5        <componentrepid repid="IDL:CF/DeviceManager:1.0"/>
6        <componenttype>devicemanager</componenttype>
7        <componentfeatures>
8                <supportsinterface repid="IDL:CF/DeviceManager:1.0" supportsname="DeviceManager"/>
9                <supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet"/>
10        </componentfeatures>
11        <interfaces>
12                <interface repid="IDL:CF/DeviceManager:1.0" name="DeviceManager">
13                        <inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
14                </interface>
15                <interface repid="IDL:CF/PropertySet:1.0" name="PropertySet"/>
16        </interfaces>
17</softwarecomponent>
Note: See TracBrowser for help on using the browser.