Commit 2f5c3ce7 authored by SRT Operator's avatar SRT Operator
Browse files

Patched holograpy impl for changes of the generic backend interface

parent 5cfd51bc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -271,6 +271,10 @@ public:
     */
    virtual ACS::doubleSeq * getZero () throw (CORBA::SystemException,
    		ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);
/**
     * This method is just a place holder for this implementation of the genericBackend interface
     */
    virtual void setTargetFileName (const char * fileName) throw (CORBA::SystemException,ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);

    /**
     * Call this function to set the current time (from the local computer) into the backend. 
+8 −0
Original line number Diff line number Diff line
@@ -542,6 +542,14 @@ void HolographyImpl::setIntegration(CORBA::Long Integration) throw (CORBA::Syste
	 	
}

void HolographyImpl::setTargetFileName (const char * fileName) throw (CORBA::SystemException,ComponentErrors::ComponentErrorsEx,
		BackendsErrors::BackendsErrorsEx)
{
	// nothing to do
}



 _PROPERTY_REFERENCE_CPP(HolographyImpl,ACS::ROuLongLong,m_ptime,time);
 _PROPERTY_REFERENCE_CPP(HolographyImpl,ACS::ROstring,m_pbackendName,backendName);
 _PROPERTY_REFERENCE_CPP(HolographyImpl,ACS::ROdoubleSeq,m_pbandWidth,bandWidth);
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ tttlll_OBJECTS =
#
# Configuration Database Files
# ----------------------------
CDB_SCHEMAS = Holography DigitalXCorrelator
CDB_SCHEMAS =    

# 
# IDL Files and flags