Loading Common/Servers/Scheduler/src/Core.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,8 @@ void CCore::execute() throw (ComponentErrors::TimerErrorExImpl,ComponentErrors:: m_parser->add("skydip",new function3<CCore,non_constant,void_type,I<elevation_type<rad,false> >,I<elevation_type<rad,false> >,I<interval_type> >(this,&CCore::skydip),3); m_parser->add("agc","_tp_agc",2,"NONE"); // m_parser->add("ifd","_ifd",1,"SRT"); // m_parser->add("calmux","_calmux",1); // m_parser->add("dmed","_dmed",1,"Medicina"); m_parser->add("calmux","_calmux",1); m_parser->add("dmed","_dmed",1,"Medicina"); m_parser->add("restFrequency",new function1<CCore,non_constant,void_type,I<doubleSeq_type> >(this,&CCore::_setRestFrequency),1); m_parser->add("fTrack",new function1<CCore,non_constant,void_type,I<string_type> >(this,&CCore::_fTrack),1); m_parser->add("peaker",new function3<CCore,non_constant,void_type,I<string_type>,I<double_type>,I<interval_type> >(this,&CCore::_peaker),3); Loading Loading
Common/Servers/Scheduler/src/Core.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,8 @@ void CCore::execute() throw (ComponentErrors::TimerErrorExImpl,ComponentErrors:: m_parser->add("skydip",new function3<CCore,non_constant,void_type,I<elevation_type<rad,false> >,I<elevation_type<rad,false> >,I<interval_type> >(this,&CCore::skydip),3); m_parser->add("agc","_tp_agc",2,"NONE"); // m_parser->add("ifd","_ifd",1,"SRT"); // m_parser->add("calmux","_calmux",1); // m_parser->add("dmed","_dmed",1,"Medicina"); m_parser->add("calmux","_calmux",1); m_parser->add("dmed","_dmed",1,"Medicina"); m_parser->add("restFrequency",new function1<CCore,non_constant,void_type,I<doubleSeq_type> >(this,&CCore::_setRestFrequency),1); m_parser->add("fTrack",new function1<CCore,non_constant,void_type,I<string_type> >(this,&CCore::_fTrack),1); m_parser->add("peaker",new function3<CCore,non_constant,void_type,I<string_type>,I<double_type>,I<interval_type> >(this,&CCore::_peaker),3); Loading