// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de> // SPDX-License-Identifier: LGPL-3.0-or-later #include "TemplateModule.h" void TemplateModule::mainLoop() { /* * Here a main infinite loop for the Module should be defined. * It is commented out on purpose in this TemplateModule. * */ /* while(true) { } */ }