Skip to content
Kaspar Schmid edited this page Mar 16, 2016 · 1 revision

Steps needed to create a new process:

  • create IPL/includes/IPLProcessname.h
  • create IPL/src/IPLProcessname.cpp
  • add #include "IPLProcessname.h" to IPL/ipl_processes.h
  • add #include "IPLProcessname.h" to IPL/ipl_processes.h
  • register it to the process factory in MainWindow.cpp _factory->registerProcess("IPLProcessname", new IPLProcessname);
Clone this wiki locally