chenlh
2025-09-18 345edc823540089925b8ae60af34404d608fdfb4
src/ModuleExport.cpp
@@ -19,11 +19,7 @@
   ModuleProcessLibInit();
   if (modules.empty()) {
<<<<<<< HEAD
      modules.push_back(ModuleEntry("Input", ModuleType::PROC_INPUT, SignalSourceCreate, ufalse)); //SignalSource
=======
      modules.push_back(ModuleEntry("SignalSource", ModuleType::PROC_INPUT, SignalSourceCreate, ufalse));
>>>>>>> 0d5b7df96a2ee186b7b085dca9cf9a33f791c430
//      modules.push_back(ModuleEntry("Input",ModuleType::PROC_INPUT, InputCreate, ufalse));
      modules.push_back(ModuleEntry("Output",ModuleType::PROC_OUTPUT, OutputCreate, ufalse));