Programming Reference:Contents: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
This part of the reference provides background information which you need in order | This part of the reference provides background information which you need in order | ||
to understand, | to understand, modify, or create code that depends on the BCI2000 framework. | ||
modify, or create code that depends on the BCI2000 framework. | |||
You should read it before writing your own BCI2000 module, or | You should read it before writing your own BCI2000 module, or modifying an existing | ||
modifying an existing one as presented in the tutorial examples. | one as presented in the tutorial examples. | ||
==Conceptual | ==Getting Started== | ||
*[[Programming Howto:Building BCI2000]] | |||
*[[Programming Howto:SVN Client Setup]] | |||
*[[Programming Howto:Using TortoiseSVN]] | |||
==Conceptual Overview== | |||
*[[Programming Reference:Filter Chain]] | *[[Programming Reference:Filter Chain]] | ||
*[[Programming Reference:Signals]] | *[[Programming Reference:Signals]] | ||
| Line 13: | Line 17: | ||
*[[Programming Reference:Rapid Development]] | *[[Programming Reference:Rapid Development]] | ||
==Documentation== | ==Programming Interface Documentation== | ||
*[[Programming Reference:GenericFilter Class]] | *[[Programming Reference:GenericFilter Class]] | ||
*[[Programming Reference:Environment Class]] | *[[Programming Reference:Environment Class]] | ||
| Line 26: | Line 30: | ||
==See also== | ==See also== | ||
[[Technical Reference:Contents]] | [[Technical Reference:Contents]]|[[User Reference:Contents]] | ||
Revision as of 10:44, 7 November 2007
This part of the reference provides background information which you need in order to understand, modify, or create code that depends on the BCI2000 framework.
You should read it before writing your own BCI2000 module, or modifying an existing one as presented in the tutorial examples.
Getting Started
- Programming Howto:Building BCI2000
- Programming Howto:SVN Client Setup
- Programming Howto:Using TortoiseSVN
Conceptual Overview
- Programming Reference:Filter Chain
- Programming Reference:Signals
- Programming Reference:Error Handling
- Programming Reference:Localization
- Programming Reference:Rapid Development
Programming Interface Documentation
- Programming Reference:GenericFilter Class
- Programming Reference:Environment Class
- Programming Reference:Visualization Class
- Programming Reference:Errors and Warnings
- Programming Reference:Debug Output
- Programming Reference:3D API
Tutorials
- Programming Tutorial:Implementing a Data Acquisition Module
- Programming Tutorial:Implementing a Signal Processing Filter