Skip to content
Snippets Groups Projects
Select Git revision
  • 504a3cb2307917d6aefe1fcaab906c22841a0fb5
  • main default protected
  • release_1_2_1
  • release_1_2_0
  • release_1_1_19
  • release_1_1_18
  • release_1_1_17
  • release_1_1_16
  • release_1_1_15
  • release_1_1_14
  • release_1_1_13
  • release_1_1_12
  • release_1_1_11
  • release_1_1_10
  • release_1_1_9
  • release_1_1_8
  • release_1_1_7
  • release_1_1_6
  • release_1_1_5
  • release_1_1_4
  • release_1_1_3
  • release_1_1_2
22 results

ClassFactory.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ClassFactory.cpp 2.34 KiB
    //*******************************************************************************
    //* Copyright (c) 2008-2014 Synchrotron SOLEIL
    //* All rights reserved. This program and the accompanying materials
    //* are made available under the terms of the GNU Lesser Public License v3
    //* which accompanies this distribution, and is available at
    //* http://www.gnu.org/licenses/lgpl.html
    //******************************************************************************
    static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/AcquireWaveformLecroy/src/ClassFactory.cpp,v 1.6 2008-04-24 13:08:44 syldup Exp $";
    //+=============================================================================
    //
    // file :        ClassFactory.cpp
    //
    // description : C++ source for the class_factory method of the DServer
    //               device class. This method is responsible to create
    //               all class singletin for a device server. It is called
    //               at device server startup
    //
    // project :     TANGO Device Server
    //
    // $Author: syldup $
    //
    // $Revision: 1.6 $
    //
    // $Log: not supported by cvs2svn $
    // Revision 1.5  2008/02/28 09:02:05  xavela
    // xavier :
    // StateMachine file added !! (oups)
    //
    // Revision 1.4  2004/10/18 13:17:49  xavela
    // xavier : add an attr waveArray2.
    // Sorts attr in expert and operator view with Pogo.
    // Inconsistencies removed.
    //
    // Revision 1.3  2004/10/07 09:21:18  xavela
    // xavier : no cout now.
    //
    // Revision 1.2  2004/10/05 13:11:11  xavela
    // Xavier : previous commit failed.
    //
    // Revision 1.1.1.1  2004/09/29 15:42:14  syldup
    // Initial import.
    //
    //
    // copyleft :     Synchrotron SOLEIL
    //                L'Orme des Merisiers
    //                Saint-Aubin - BP 48
    //
    //-=============================================================================
    //
    //  		This file is generated by POGO
    //	(Program Obviously used to Generate tango Object)
    //
    //         (c) - Software Engineering Group - ESRF
    //=============================================================================
    
    
    #include <tango.h>
    #include <AcquireWaveformLecroyClass.h>
    
    /**
     *	Create AcquireWaveformLecroyClass singleton and store it in DServer object.
     *
     * @author	$Author: syldup $
     * @version	$Revision: 1.6 $ $
     */
    
    void Tango::DServer::class_factory()
    {
    
    	add_class(AcquireWaveformLecroy_ns::AcquireWaveformLecroyClass::init("AcquireWaveformLecroy"));
    
    }