Commit 93fed41e authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by aorlati
Browse files

Fix #188, added missing files. I hope they are the last ones. (#198)

parent 37d1c2a8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@
	</xs:complexType>
	
	<xs:complexType name="SRT7GHzReceiverType">
     <xs:complexContent>
      <xs:extension base="baci:CharacteristicComponent">
        <xs:sequence>
			<!-- Local Oscillator (ROdoubleSeq) -->
			<xs:element name="LO" type="baci:ROdoubleSeq"/>
@@ -96,6 +98,8 @@
		<xs:attribute name="RepetitionExpireTime" type="xs:unsignedLong" use="required" />
		<!-- Instance of the associated device that will set the local oscillator -->
        <xs:attribute name="LocalOscillatorInstance" type="xs:string" use="required" />
      </xs:extension>
     </xs:complexContent>
	</xs:complexType>
  
	<xs:element name="SRT7GHzReceiver" type="SRT7GHzReceiverType"/>
+7 −3
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
	
	
	<xs:complexType name="SRTKBandMFReceiverType">
     <xs:complexContent>
      <xs:extension base="baci:CharacteristicComponent">
        <xs:sequence>
			<!-- Local Oscillator (ROdoubleSeq) -->
			<xs:element name="LO" type="baci:ROdoubleSeq"/>
@@ -131,8 +133,8 @@
			<xs:element name="receiverName" type="baci:ROstring"/>
		</xs:sequence>

        <xs:attribute name="actionThreadStackSize" type="xs:unsignedLong" use="optional" default="1024" />
        <xs:attribute name="monitoringThreadStackSize" type="xs:unsignedLong" use="optional" default="2048" />
        <!--xs:attribute name="actionThreadStackSize" type="xs:unsignedLong" use="optional" default="1024" />
        <xs:attribute name="monitoringThreadStackSize" type="xs:unsignedLong" use="optional" default="2048" /-->
		<xs:attribute name="ReceiverName" type="xs:string" use="required"/>
		<xs:attribute name="DewarIPAddress" type="xs:string" use="required"/>
		<xs:attribute name="DewarPort" type="xs:unsignedShort" use="required" />
@@ -151,6 +153,8 @@
		<!-- Instance of the associated device that will set the local oscillator -->
		<xs:attribute name="LocalOscillatorInstance" type="xs:string" use="required" />

      </xs:extension>
     </xs:complexContent>
	</xs:complexType>
  
	<xs:element name="SRTKBandMFReceiver" type="SRTKBandMFReceiverType"/>
+6 −2
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@
    
    
    <xs:complexType name="SRTLPBandReceiverType">
     <xs:complexContent>
      <xs:extension base="baci:CharacteristicComponent">
        <xs:sequence>
            <!-- Local Oscillator (ROdoubleSeq) -->
            <xs:element name="LO" type="baci:ROdoubleSeq"/>
@@ -117,8 +119,8 @@
            <xs:element name="receiverName" type="baci:ROstring"/>
        </xs:sequence>

        <xs:attribute name="actionThreadStackSize" type="xs:unsignedLong" use="optional" default="1024" />
        <xs:attribute name="monitoringThreadStackSize" type="xs:unsignedLong" use="optional" default="2048" />
        <!--xs:attribute name="actionThreadStackSize" type="xs:unsignedLong" use="optional" default="1024" />
        <xs:attribute name="monitoringThreadStackSize" type="xs:unsignedLong" use="optional" default="2048" /-->
        <xs:attribute name="ReceiverName" type="xs:string" use="required"/>
        <xs:attribute name="DewarIPAddress" type="xs:string" use="required"/>
        <xs:attribute name="DewarPort" type="xs:unsignedShort" use="required" />
@@ -141,6 +143,8 @@
        <!-- Name of the LocalOscillator component -->
        <xs:attribute name="LocalOscillatorInstance" type="xs:string" use="required"/>

      </xs:extension>
     </xs:complexContent>
    </xs:complexType>
  
    <xs:element name="SRTLPBandReceiver" type="SRTLPBandReceiverType"/>