Commit cbc0764e authored by Sergio Poppi's avatar Sergio Poppi
Browse files

DFB interface makefile patched

parent 5b0bf860
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
/*************************************************************************************************************** */
/* Osservatorio Astronomico di Cagliari - INAF                                                                     	        */
/* $Id: Holography.idl,v 1.1 2011-04-15 14:28:26 spoppi Exp $										                    */
/*                                                                                                      	        */
/* This code is under GNU General Public Licence (GPL).                                                 	        */
/*                                                                                                      	        */
/* Who                                 when            What                                              	        */
/* Sergio Poppi			 	26/03/2012	Creation                                          	        */

#ifndef _DFBINTERFACE_IDL
#define _DFBINTERFACE_IDL



#include <baci.idl>
#include <enumpropMACRO.idl>
#include "GenericBackend.idl"

#pragma prefix "alma"

module Backends  {

	/**
		The Digital Filter Banks mark 3 (DFB3) is  the digital backends
		dual-receiver system.
		These unit is  digital correlator for spectral, continuum and pulsar observations
		and provides both the power spectrum of each polarisation (Total Intensity)
		and the complex cross-spectrum (polarization).  
	*/


	interface DFB: GenericBackend
		{
			
			
			void	initialize (in string configuration) 	 raises (ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);



		};






};


#endif
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ CDB_SCHEMAS = GenericBackend
# 
# IDL Files and flags
# 
IDL_FILES = BackendsDefinitions GenericBackend BackendsBoss TotalPower NoiseGenerator DigitalXCorrelator Holography DBBC
IDL_FILES = BackendsDefinitions GenericBackend BackendsBoss TotalPower NoiseGenerator DigitalXCorrelator Holography DBBC DFB
IDL_TAO_FLAGS =
USER_IDL =