fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / Contrib / ComplexSceneManager / Sensor / InterfaceSensors / OSGDeviceInterfaceSensor.fcd
blob0e7a57e4d3e7589d9e7936befee5ade0cb6401c1
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="DeviceInterfaceSensor"
5 parent="NodeCore"
6 mixinparent="NodeCoreSensorParent"
7 library="ContribCSM"
8 pointerfieldtypes="none"
9 structure="abstract"
10 systemcomponent="true"
11 parentsystemcomponent="true"
12 decoratable="false"
13 useLocalIncludes="false"
14 isNodeCore="false"
15 isBundle="false"
16 parentFields="single"
18 <Field
19 name="interfaceName"
20 type="std::string"
21 cardinality="single"
22 visibility="internal"
23 access="public"
24 defaultValue=""
25 fieldFlags="FStdAccess, FThreadLocal"
27 </Field>
28 <Field
29 name="options"
30 type="InterfaceOptions"
31 cardinality="single"
32 visibility="external"
33 access="public"
34 category="childpointer"
35 childParentType="DeviceInterfaceSensor"
36 linkParentField="Parent"
38 </Field>
39 </FieldContainer>