Loading Common/Servers/HolographyBackend/include/HolographyImpl.h +4 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Common/Servers/HolographyBackend/src/HolographyImpl.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Common/Servers/HolographyBackend/src/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ tttlll_OBJECTS = # # Configuration Database Files # ---------------------------- CDB_SCHEMAS = Holography DigitalXCorrelator CDB_SCHEMAS = # # IDL Files and flags Loading Loading
Common/Servers/HolographyBackend/include/HolographyImpl.h +4 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
Common/Servers/HolographyBackend/src/HolographyImpl.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -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); Loading
Common/Servers/HolographyBackend/src/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ tttlll_OBJECTS = # # Configuration Database Files # ---------------------------- CDB_SCHEMAS = Holography DigitalXCorrelator CDB_SCHEMAS = # # IDL Files and flags Loading