Commit 9e4fd050 authored by Andrea Orlat's avatar Andrea Orlat
Browse files

added setTargetFileName() in GenericBackend interface

parent e3469a00
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -333,6 +333,16 @@ module Backends {
		 */
		long getInputs(out ACS::doubleSeq freq,out ACS::doubleSeq bandwidth,out ACS::longSeq feed,out ACS::longSeq ifNumber) raises (ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);
		
		/**
		 * This method allows to set name of the file that is currently been worked by the system. Depending the backend implementation
		 * this may o may not be used.
		 * @param fileName name of the file
		 * @throw ComponentErrors::ComponentErrorsEx
		 * @thorw BackendsErrors::BackendsErrorsEx
		 * @throw CORBA:SystemException
		 */
		void setTargetFileName(in string fileName) raises (ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);

		/**
		 * @copybrief Managment::CommandInterpreter::command()
 		 * This method can be used to configure and give to the backend some commands. The commands and configuration is given as strings.   If the component is busy