Skip to content
Snippets Groups Projects
Select Git revision
  • 1d97333a40e0f34e4e2bf52c706c9d637e9d8d79
  • main default protected
  • release_1_1_1
  • release_1_1_0
  • release_1_0_10
  • release_1_0_9
  • release_1_0_8
  • release_1_0_7
  • release_1_0_6
  • release_1_0_5
  • READY_DISCO_PHASE1
  • release_1_0_4
  • release_1_0_3
  • release_1_0_2
  • release_1_0_1
  • release_1_0_0
  • test_0_2
  • release_0_2
  • release_0_1
  • v0
20 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Vincent Hardion authored
    1d97333a
    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:
    ===============
    RetrigAO.cpp:        Source code for the RetrigAO 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
                            RetrigAO are implemented in this file.
    
    RetrigAO.h:  Include for the RetrigAO class.
                        Server class prototypes and descriptions.
    
    RetrigAOClass.cpp:   A singleton class derived fromRetrigAO.
                            It implements the command list and all properties
                            and methods required by the RetrigAO once per process
    
    RetrigAOClass.h:	Include for the RetrigAOClass root class.
                            This class is represents the singleton class for
                            the RetrigAO device class.
                            It contains all properties and methods which the 
                            RetrigAO 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