Commit 54e2aaf6 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

fix #357: fixed the interface of the Noto Weather station component in the...

fix #357: fixed the interface of the Noto Weather station component in the MACI cdb configruation. (#358)

the bug caused the refracion component not to work.
parent 01bf6cde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ SchedulerImpl_LIBS = IRALibrary AntennaDefinitionsStubs ManagmentDefinitionsStub
EphemGeneratorStubs AntennaBossStubs ObservatoryStubs FitsWriterStubs DataReceiverStubs CustomLoggerStubs GenericWeatherStationStubs\
GenericBackendStubs ComponentErrors ManagementErrors AntennaErrors BackendsErrors ParserErrors ReceiversErrors MinorServoErrors\
bulkDataStubs bulkDataReceiverStubs bulkDataCallback bulkDataSenderStubs CommonReceiverInterfaceStubs ReceiversBossStubs ReceiversDefinitionsStubs \
MinorServoStubs MinorServoBossStubs MinorServoDefinitionsStubs ActiveSurfaceBossStubs
MinorServoStubs MinorServoBossStubs MinorServoDefinitionsStubs ActiveSurfaceBossStubs DiscosVersion

#
# <brief description of lllll library>
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

    Name="WeatherStation"
    Code="NotoWeatherStationImpl"
    Type="IDL:alma/Weather/WeatherStation:1.0"
    Type="IDL:alma/Weather/GenericWeatherStation:1.0"
    Container="WeatherStationContainer"
	Default="true"
	KeepAliveTime="-1"
+1 −1
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@
             xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             ObservatoryInterface="IDL:alma/Antenna/Observatory:1.0" 
             WeatherStationInterface="IDL:alma/Weather/NotoWeatherStation:1.0"
             WeatherStationInterface="IDL:alma/Weather/GenericWeatherStation:1.0"
/>
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@
            <remoteAccount>discos</remoteAccount>
        </container>
        <container>
            <name>LocalOscillator</name>
            <type>cpp</type>
            <name>LocalOscillatorContainer</name>
            <type>py</type>
            <heapSizeMB></heapSizeMB>
            <useDedicatedSettings>true</useDedicatedSettings>
            <scriptBase>0</scriptBase>