Skip to content
Snippets Groups Projects
Select Git revision
  • b1bf2c6a1a63d1182f0494dfc47e7306dcab0a3a
  • 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

src

  • Clone with SSH
  • Clone with HTTPS
  • Xavier Elattaoui's avatar
    Xavier ELATTAOUI authored
    Waveform memory management changed : attributes raw and vertical data are now allocated in read_attr_hardware method.
    b1bf2c6a
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    //-============================================================
    //
    //         This class has been generated by POGO
    //      (Program Obviously used to Generate tango Object)
    //
    //         (c) - Software Engineering Group - ESRF
    //=============================================================
    
    
    Files generated:
    ===============
    AcquireWaveformLecroy.cpp:        Source code for the AcquireWaveformLecroy class and its commands.
                            This class is derived from DeviceImpl_2 class.
                            It represents the CORBA servant obbject which
                            will be accessed from the network.
                            All commands which can be executed on the
                            AcquireWaveformLecroy are implemented in this file.
    
    AcquireWaveformLecroy.h:  Include for the AcquireWaveformLecroy class.
                        Server class prototypes and descriptions.
    
    AcquireWaveformLecroyClass.cpp:   A singleton class derived fromAcquireWaveformLecroy.
                            It implements the command list and all properties
                            and methods required by the AcquireWaveformLecroy once per process
    
    AcquireWaveformLecroyClass.h:	Include for the AcquireWaveformLecroyClass root class.
                            This class is represents the singleton class for
                            the AcquireWaveformLecroy device class.
                            It contains all properties and methods which the 
                            AcquireWaveformLecroy requires only once e.g. the commands.
    
    main.cpp:		C++ source for a TANGO device server main.
                            The main rule is to initialise (and create) the Tango
                            system and to create the DServerClass singleton.
                            The main should be the same for every Tango device server.
    
    ClassFactory.cpp:	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