Commit 05fd874d authored by Sergio Poppi's avatar Sergio Poppi
Browse files

DigitalXCorrelator iface upgraded for HolographyImp

parent fee30679
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <ACSErrTypeFPGAConnection.idl>
#include <ACSErrTypeFPGACommunication.idl>
#include <ComponentErrors.idl>
#include <BackendsErrors.idl>

#pragma prefix "alma"

@@ -65,6 +66,20 @@ module DXC {
                ACSErrTypeFPGACommunication::CannotRunEx,
                ACSErrTypeFPGAConnection::CannotConnectEx
            );
            
        /**
        Set the file name
        
        @arg filename
        
        */
        
        void openFile(in string fileName) raises (ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);
        void reset ()        raises (ACSErrTypeFPGACommunication::CannotRunEx);
        void closeFile()raises (ComponentErrors::ComponentErrorsEx,BackendsErrors::BackendsErrorsEx);
        

        
    };
};
#endif