Loading Common/Servers/Scheduler/src/Configuration.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ void CConfiguration::init(maci::ContainerServices *Services) throw (ComponentErr break; } ACS_DEBUG_PARAM("CConfiguration::Init()","antennaGeometry: %s",(const char *)strVal); if (Antenna::Definitions::map(strVal,m_axis[m_minorServoMappings].antennaGeometry)) { if (!Antenna::Definitions::map(strVal,m_axis[m_minorServoMappings].antennaGeometry)) { _EXCPT(ComponentErrors::CDBAccessExImpl,dummy,"CConfiguration::Init()"); dummy.setFieldName("MinorServoMapping"); throw dummy; Loading Common/Servers/Scheduler/src/Core.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& //no need to get the mutex, because it is already done inside the executor object if (m_schedExecuter) { if (m_schedExecuter->isScheduleActive()) { _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::crossScan()"); _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::skydip()"); } } ACS::doubleSeq tsys; Loading @@ -239,7 +239,7 @@ void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& _skydipOTF(el1,el2,duration); //ManagementErrors::TelescopeSubScanErrorExImpl,ManagementErrors::TargetOrSubscanNotFeasibleExImpl _startRecording(1,duration); // start recording _terminateScan(); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"CROSSSCAN_DONE")); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"SKYDIP_DONE")); } /*void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& duration) throw (ManagementErrors::NotAllowedDuringScheduleExImpl, Loading Loading @@ -367,7 +367,7 @@ void CCore::peakerScan(const char *axis,const double& span,const ACS::TimeInterv //no need to get the mutex, because it is already done inside the executor object if (m_schedExecuter) { if (m_schedExecuter->isScheduleActive()) { _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::crossScan()"); _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::peakerScan()"); } } ACS::doubleSeq tsys; Loading @@ -379,7 +379,7 @@ void CCore::peakerScan(const char *axis,const double& span,const ACS::TimeInterv _callTSys(tsys); _wait(1.5); _initRecording(1); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"START_FOCUSSCAN")); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"START_PEAKERSCAN")); // start the scan _peaker(axis,span,duration); _startRecording(1,duration); // start recording Loading Loading
Common/Servers/Scheduler/src/Configuration.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ void CConfiguration::init(maci::ContainerServices *Services) throw (ComponentErr break; } ACS_DEBUG_PARAM("CConfiguration::Init()","antennaGeometry: %s",(const char *)strVal); if (Antenna::Definitions::map(strVal,m_axis[m_minorServoMappings].antennaGeometry)) { if (!Antenna::Definitions::map(strVal,m_axis[m_minorServoMappings].antennaGeometry)) { _EXCPT(ComponentErrors::CDBAccessExImpl,dummy,"CConfiguration::Init()"); dummy.setFieldName("MinorServoMapping"); throw dummy; Loading
Common/Servers/Scheduler/src/Core.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& //no need to get the mutex, because it is already done inside the executor object if (m_schedExecuter) { if (m_schedExecuter->isScheduleActive()) { _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::crossScan()"); _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::skydip()"); } } ACS::doubleSeq tsys; Loading @@ -239,7 +239,7 @@ void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& _skydipOTF(el1,el2,duration); //ManagementErrors::TelescopeSubScanErrorExImpl,ManagementErrors::TargetOrSubscanNotFeasibleExImpl _startRecording(1,duration); // start recording _terminateScan(); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"CROSSSCAN_DONE")); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"SKYDIP_DONE")); } /*void CCore::skydip(const double& el1,const double& el2,const ACS::TimeInterval& duration) throw (ManagementErrors::NotAllowedDuringScheduleExImpl, Loading Loading @@ -367,7 +367,7 @@ void CCore::peakerScan(const char *axis,const double& span,const ACS::TimeInterv //no need to get the mutex, because it is already done inside the executor object if (m_schedExecuter) { if (m_schedExecuter->isScheduleActive()) { _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::crossScan()"); _THROW_EXCPT(ManagementErrors::NotAllowedDuringScheduleExImpl,"CCore::peakerScan()"); } } ACS::doubleSeq tsys; Loading @@ -379,7 +379,7 @@ void CCore::peakerScan(const char *axis,const double& span,const ACS::TimeInterv _callTSys(tsys); _wait(1.5); _initRecording(1); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"START_FOCUSSCAN")); ACS_LOG(LM_FULL_INFO,"CCore::skydip()",(LM_NOTICE,"START_PEAKERSCAN")); // start the scan _peaker(axis,span,duration); _startRecording(1,duration); // start recording Loading