Loading Common/Servers/Roach/src/CommandLine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -296,7 +296,7 @@ ACS::Time CCommandLine::resumeDataAcquisition(const ACS::Time& startT) throw (Ba if (!checkConnection()) { _THROW_EXCPT(BackendsErrors::ConnectionExImpl,"CCommandLine::resumeDataAcquisition()"); } strcpy (sBuff,"?start"); strcpy (sBuff,"?start,0"); strcat (sBuff,"\r\n"); len = strlen (sBuff); //len=CProtocol::resumeAcquisition(sBuff); // get the buffer Loading Common/Servers/Roach/src/RoachImpl.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -327,7 +327,6 @@ void RoachImpl::sendHeader() throw (CORBA::SystemException, BackendsErrors::Back try { getSender()->startSend(FLOW_NUMBER,(const char*)&buffer, sizeof(Backends::TMainHeader)+buffer.header.sections*sizeof(Backends::TSectionHeader)); //getSender()->startSend(FLOW_NUMBER,(const char*)&header,sizeof(header)); } catch (AVStartSendErrorExImpl& ex) { _ADD_BACKTRACE(BackendsErrors::TXErrorExImpl,impl,ex,"RoachImpl::sendHeader()"); Loading Loading @@ -485,7 +484,7 @@ void RoachImpl::sendStop() throw (CORBA::SystemException, BackendsErrors::Backen //m_senderThread->suspendTransfer(); //m_senderThread->setStop(true); /*try { try { getSender()->stopSend(FLOW_NUMBER); } catch (AVStopSendErrorExImpl& ex) { Loading @@ -496,7 +495,7 @@ void RoachImpl::sendStop() throw (CORBA::SystemException, BackendsErrors::Backen catch (...) { _EXCPT(ComponentErrors::UnexpectedExImpl,impl,"RoachImpl::sendStop()"); throw impl.getComponentErrorsEx(); }*/ } } /*void RoachImpl::setAllSections(CORBA::Double freq,CORBA::Double bw,CORBA::Long feed,Backends::TPolarization pol,CORBA::Double sr,CORBA::Long bins) throw ( Loading Loading
Common/Servers/Roach/src/CommandLine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -296,7 +296,7 @@ ACS::Time CCommandLine::resumeDataAcquisition(const ACS::Time& startT) throw (Ba if (!checkConnection()) { _THROW_EXCPT(BackendsErrors::ConnectionExImpl,"CCommandLine::resumeDataAcquisition()"); } strcpy (sBuff,"?start"); strcpy (sBuff,"?start,0"); strcat (sBuff,"\r\n"); len = strlen (sBuff); //len=CProtocol::resumeAcquisition(sBuff); // get the buffer Loading
Common/Servers/Roach/src/RoachImpl.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -327,7 +327,6 @@ void RoachImpl::sendHeader() throw (CORBA::SystemException, BackendsErrors::Back try { getSender()->startSend(FLOW_NUMBER,(const char*)&buffer, sizeof(Backends::TMainHeader)+buffer.header.sections*sizeof(Backends::TSectionHeader)); //getSender()->startSend(FLOW_NUMBER,(const char*)&header,sizeof(header)); } catch (AVStartSendErrorExImpl& ex) { _ADD_BACKTRACE(BackendsErrors::TXErrorExImpl,impl,ex,"RoachImpl::sendHeader()"); Loading Loading @@ -485,7 +484,7 @@ void RoachImpl::sendStop() throw (CORBA::SystemException, BackendsErrors::Backen //m_senderThread->suspendTransfer(); //m_senderThread->setStop(true); /*try { try { getSender()->stopSend(FLOW_NUMBER); } catch (AVStopSendErrorExImpl& ex) { Loading @@ -496,7 +495,7 @@ void RoachImpl::sendStop() throw (CORBA::SystemException, BackendsErrors::Backen catch (...) { _EXCPT(ComponentErrors::UnexpectedExImpl,impl,"RoachImpl::sendStop()"); throw impl.getComponentErrorsEx(); }*/ } } /*void RoachImpl::setAllSections(CORBA::Double freq,CORBA::Double bw,CORBA::Long feed,Backends::TPolarization pol,CORBA::Double sr,CORBA::Long bins) throw ( Loading