Commit 8b1ef470 authored by aorlati's avatar aorlati
Browse files

fixed last issues that the cdbChecker was complaining about. Now No more errors are found

parent 93fed41e
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>

<Container
	xmlns="urn:schemas-cosylab-com:Container:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
	Timeout="30.0"
	UseIFR="true"
	ManagerRetry="10"
	ImplLang="cpp"
	Recovery="false">

	<Autoload>
		<cdb:_ string="baci" />
	</Autoload>

	<LoggingConfig
		centralizedLogger="Log"
		minLogLevel="5"
		minLogLevelLocal="5"
		dispatchPacketSize="0"
		immediateDispatchLevel="8"
		flushPeriodSeconds="1"
	>
	</LoggingConfig>
	
</Container>
+30 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>

<Container
	xmlns="urn:schemas-cosylab-com:Container:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
	Timeout="30.0"
	UseIFR="true"
	ManagerRetry="10"
	ImplLang="cpp"
	Recovery="false">

	<Autoload>
		<cdb:_ string="baci" />
	</Autoload>

	<LoggingConfig
		centralizedLogger="Log"
		minLogLevel="5"
		minLogLevelLocal="5"
		dispatchPacketSize="0"
		immediateDispatchLevel="8"
		flushPeriodSeconds="1"
	>
	</LoggingConfig>
	
</Container>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
	<xs:import namespace="urn:schemas-cosylab-com:CDB:1.0" schemaLocation="CDB.xsd"/>
	<xs:import namespace="urn:schemas-cosylab-com:BACI:1.0" schemaLocation="BACI.xsd"/>
	<xs:import namespace="urn:schemas-cosylab-com:Managment:1.0" schemaLocation="Managment.xsd"/>
  	<xs:import namespace="urn:schemas-cosylab-com:Antenna:1.0" schemaLocation="Receivers.xsd"/>
  	<xs:import namespace="urn:schemas-cosylab-com:Receivers:1.0" schemaLocation="Receivers.xsd"/>
  	  	
  	<xs:complexType name="SRT7GHzStatusType">
		<xs:complexContent>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	<xs:import namespace="urn:schemas-cosylab-com:CDB:1.0" schemaLocation="CDB.xsd"/>
	<xs:import namespace="urn:schemas-cosylab-com:BACI:1.0" schemaLocation="BACI.xsd"/>
	<xs:import namespace="urn:schemas-cosylab-com:Managment:1.0" schemaLocation="Managment.xsd"/>
  	<xs:import namespace="urn:schemas-cosylab-com:Antenna:1.0" schemaLocation="Receivers.xsd"/>
  	<xs:import namespace="urn:schemas-cosylab-com:Receivers:1.0" schemaLocation="Receivers.xsd"/>
  	
  	<xs:complexType name="SRTKBandMFStatusType">
		<xs:complexContent>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <xs:import namespace="urn:schemas-cosylab-com:CDB:1.0" schemaLocation="CDB.xsd"/>
    <xs:import namespace="urn:schemas-cosylab-com:BACI:1.0" schemaLocation="BACI.xsd"/>
    <xs:import namespace="urn:schemas-cosylab-com:Managment:1.0" schemaLocation="Managment.xsd"/>
    <xs:import namespace="urn:schemas-cosylab-com:Antenna:1.0" schemaLocation="Receivers.xsd"/>
    <xs:import namespace="urn:schemas-cosylab-com:Receivers:1.0" schemaLocation="Receivers.xsd"/>
    
    <xs:complexType name="SRTLPBandStatusType">
        <xs:complexContent>