fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / Contrib / ComplexSceneManager / Sensor / InterfaceSensors / Devices / OSGLinuxEventOptions.fcd
blob32646f80c0c94717e4bd9b3a1fbc5f1935fc460d
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="LinuxEventOptions"
5 parent="InterfaceOptions"
6 library="ContribCSM"
7 pointerfieldtypes="single"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 isNodeCore="false"
14 isBundle="true"
15 parentFields="none"
16 childFields="single"
18 <Field
19 name="device"
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="tRange"
30 type="Vec3f"
31 cardinality="single"
32 visibility="internal"
33 access="public"
34 defaultValue=""
35 fieldFlags="FStdAccess, FThreadLocal"
37 </Field>
38 <Field
39 name="rRange"
40 type="Vec3f"
41 cardinality="single"
42 visibility="internal"
43 access="public"
44 defaultValue=""
45 fieldFlags="FStdAccess, FThreadLocal"
47 </Field>
48 </FieldContainer>