Skip to content

Commit

Permalink
deleted pogo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Nov 8, 2024
1 parent 351b488 commit 79fe0c2
Show file tree
Hide file tree
Showing 17 changed files with 3,516 additions and 4,667 deletions.
39 changes: 0 additions & 39 deletions tango-moenchcontrol/src/tangods/ClassFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
/*----- PROTECTED REGION ID(MoenchControl::ClassFactory.cpp) ENABLED START
* -----*/
/* clang-format on */
//=============================================================================
//
// file : ClassFactory.cpp
//
// description : C++ source for the class_factory method of the DServer
// device class. This method is responsible for the creation of
// all class singleton for a device server. It is called
// at device server startup.
//
// project : Tango device for control of MOENCH detector
//
// This file is part of Tango device class.
//
// Tango is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Tango is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Tango. If not, see <http://www.gnu.org/licenses/>.
//
//
//
//=============================================================================
// This file is generated by POGO
// (Program Obviously used to Generate tango Object)
//=============================================================================

#include "MoenchControlClass.h"
#include <tango/tango.h>

Expand All @@ -47,6 +11,3 @@ void Tango::DServer::class_factory() {
// Add method class init if needed
add_class(MoenchControl_ns::MoenchControlClass::init("MoenchControl"));
}

/* clang-format off */
/*----- PROTECTED REGION END -----*/ // MoenchControl::ClassFactory.cpp
Loading

0 comments on commit 79fe0c2

Please sign in to comment.