sensorsupport/testsensor/data/ssyreferenceconfig.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:24:25 +0300
branchRCL_3
changeset 62 924385140d98
permissions -rw-r--r--
Revision: 201033 Kit: 201035

<!-- ssyreferenceconfig.xml -->
<!-- SSY reference configuration file-->
<SsyReferenceConfig>
    <SsyGeneralInformation>
    </SsyGeneralInformation>
    <ChannelInformationGroup ChannelCount="2">
    	<ChannelItem
    		ChannelId="5"
    		ContextType="2" 
    		Quantity="11" 
    		ChannelType="0x10205081" 
    		Location="NoLoc"
    		Vendor="SsyRefVendor"
    		DataTypeId="0x1020507F">
    			<Properties>
        		<PropertyItem PropertyId="0x00000002"
    		      ItemIndex="0"
    		      PropertyValue="100"
    		      MaxValue="150"
    		      MinValue="0"
    		      ReadOnly="0"
    		      PropertyType="1">
    		     	<!-- Channel property, data rate, mandatory for all channels, see KSensrvPropIdDataRate  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000004"
    		      ItemIndex="0"
    		      PropertyValue="1"
    		      MaxValue="0"
    		      MinValue="0"
    		      ReadOnly="1"
    		      PropertyType="1">
    		     	<!-- Channel property, availability of the channel, mandatory for all channels, see KSensrvPropIdAvailability  -->
        		</PropertyItem>
          </Properties>
          <ChannelData StartIntervalMs="3000">
            <ChannelDataItem  DataTypeId="0x1020507F" count="1" IntervalMs="3000">
              <SsyRefChannelDataTapping Direction="0x01"></SsyRefChannelDataTapping>
            </ChannelDataItem>
					  <ChannelDataItem DataTypeId="0x1020507F" count="1" IntervalMs="5000">
              <SsyRefChannelDataTapping Direction="0x02"></SsyRefChannelDataTapping>
            </ChannelDataItem>            
          </ChannelData>
    	</ChannelItem>
    	<ChannelItem
    		ChannelId="2"
    		ContextType="2" 
    		Quantity="10" 
    		ChannelType="0x1020507E" 
    		Location="Event%d" 
    		Vendor="SsyRefVendor"
    		DataTypeId="0x1020507E">
        	<Properties>
        		<!-- First four properties has same property Id, they are grouped to array property -->
        		<!-- First is array info -2, which tells currently selected property, value = 1 -->
        		<!-- Max and Min values tells max and min property array indexes, not the actual values -->
        		<!-- Array index is mandatory only for array type of properties, by default it is -1 -->
        		<PropertyItem PropertyId="0x00000002"
        			ArrayIndex="-2"
    		      ItemIndex="0"
    		      PropertyValue="1"
    		      MaxValue="2"
    		      MinValue="0"
    		      ReadOnly="0"
    		      PropertyType="1">
    		     	<!-- Channel property, data rate, mandatory for all channels, see KSensrvPropIdDataRate  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000002"
        			ArrayIndex="0"
    		      ItemIndex="0"
    		      PropertyValue="10"
    		      MaxValue="0"
    		      MinValue="0"
    		      ReadOnly="1"
    		      PropertyType="1">
    		     	<!-- Channel property, data rate, mandatory for all channels, see KSensrvPropIdDataRate  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000002"
        			ArrayIndex="1"
    		      ItemIndex="0"
    		      PropertyValue="30"
    		      MaxValue="0"
    		      MinValue="0"
    		      ReadOnly="1"
    		      PropertyType="1">
    		     	<!-- Channel property, data rate, mandatory for all channels, see KSensrvPropIdDataRate  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000002"
        			ArrayIndex="2"
    		      ItemIndex="0"
    		      PropertyValue="50"
    		      MaxValue="0"
    		      MinValue="0"
    		      ReadOnly="1"
    		      PropertyType="1">
    		     	<!-- Channel property, data rate, mandatory for all channels, see KSensrvPropIdDataRate  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000004"
    		      ItemIndex="0"
    		      PropertyValue="1"
    		      MaxValue="0"
    		      MinValue="0"
    		      ReadOnly="1"
    		      PropertyType="1">
    		     	<!-- Channel property, availability of the channel, mandatory for all channels, see KSensrvPropIdAvailability  -->
        		</PropertyItem>
    		    <PropertyItem PropertyId="0x00000005"
    		      ItemIndex="1"
    		      PropertyValue="14.56"
    		      MaxValue="128"
    		      MinValue="1"
    		      ReadOnly="0"
    		      PropertyType="2">
    		     	<!-- Channel item property, measure range for X-axis (item index = 1), see KSensrvPropIdMeasureRange  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000005"
    		      ItemIndex="2"
    		      PropertyValue="20.65"
    		      MaxValue="256"
    		      MinValue="1"
    		      ReadOnly="0"
    		      PropertyType="2">
    		     	<!-- Channel item property, measure range for Y-axis (item index = 2), see KSensrvPropIdMeasureRange  -->
        		</PropertyItem>
        		<PropertyItem PropertyId="0x00000005"
    		      ItemIndex="3"
    		      PropertyValue="10.56"
    		      MaxValue="128"
    		      MinValue="1"
    		      ReadOnly="0"
    		      PropertyType="2">
    		     	<!-- Channel item property, measure range for Z-axis (item index = 3), see KSensrvPropIdMeasureRange  -->
        		</PropertyItem>
        	</Properties>
          <ChannelData StartIntervalMs="5000">
            <ChannelDataItem DataTypeId="0x1020507E" count="3" IntervalMs="4000">
              <SsyRefChannelDataAxis XAxis="-50" YAxis="-32" ZAxis="44" ></SsyRefChannelDataAxis>
            </ChannelDataItem>
            <ChannelDataItem DataTypeId="0x1020507E" count="4" IntervalMs="5000">
              <SsyRefChannelDataAxis XAxis="22" YAxis="49" ZAxis="55" ></SsyRefChannelDataAxis>
            </ChannelDataItem>
        </ChannelData>
    	</ChannelItem>    	    
    	</ChannelInformationGroup>
</SsyReferenceConfig>