chenlh
2025-09-18 8445c54f01777513912d4c6d36c28e92a0ff33a0
src/ModuleExport.cpp
@@ -19,7 +19,11 @@
   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));