Programming Howto:Create a custom Signal Processing Module: Difference between revisions
Created page with "Execute the NewBCI2000Module binary from the BCI2000 build directory File:new_module_1.png Enter "VeryNiceSignalProcessing" when prompted for the new module's name Fi..." |
No edit summary |
||
| Line 47: | Line 47: | ||
[[File:new_module_12.png]] | [[File:new_module_12.png]] | ||
A "VeryNiceSignalProcessing" executable | A "VeryNiceSignalProcessing" executable will have been created in the BCI2000 prog directory | ||
[[File:new_module_13.png]] | |||
==Next step== | |||
As a next step, learn how to [[Programming Howto:Attach the Debugger to a BCI2000 Module|Attach the Debugger to a BCI2000 Module]]. | |||
==See also== | |||
[[Programming Howto:Building and Customizing BCI2000]] | |||
[[Category:Howto]] | |||
Revision as of 15:25, 15 August 2018
Execute the NewBCI2000Module binary from the BCI2000 build directory
Enter "VeryNiceSignalProcessing" when prompted for the new module's name
You will get a list of files that have been created for you ...
... which you may verify using a windows explorer window
Double-click the configure script from the BCI2000 build directory to open the CMake GUI
In the CMake GUI, click "generate" to re-create project files
A project called "VeryNiceSignalProcessing" will have been added at the end
Open the VisualStudio solution file from the BCI2000 build directory
Locate the "VeryNiceSignalProcessing" project in the list of projects
Define a default location for the new filter in its RegisterFilter() statement, and deactivate the #error statement above that
Define the actual location for the new filter in the PipeDefinition source file, and deactivate the #error statement below that
Right-click the project, and choose "Build" from the context menu
A "VeryNiceSignalProcessing" executable will have been created in the BCI2000 prog directory
Next step
As a next step, learn how to Attach the Debugger to a BCI2000 Module.












