BioFeedbackVR bis 0.4.6

new version 0.4.6: VPX_InterApp.dll is now loaded dynamically and is independent of version number.
—-

Revision: 47
Author: michael
Date: 11:36:56, Donnerstag, 31. Juli 2008
Message:
Added a bargraph controller system.
—-

Revision: 45
Author: michael
Date: 17:26:26, Dienstag, 15. Juli 2008
Message:
Corrected bugs in the FFT module, the filter module and the vector class.
Added a RootMeanSquare system.
—-

Revision: 44
Author: michael
Date: 20:57:05, Mittwoch, 9. Juli 2008
Message:
Added a system to calc total power in certain bands from the spectrum
—-

Revision: 43
Author: michael
Date: 09:22:46, Freitag, 4. Juli 2008
Message:
Processing now has rectifier, integral and DFT facilities.
—-

Revision: 42
Author: michael
Date: 17:01:03, Mittwoch, 18. Juni 2008
Message:
Added simple arithmetic systems and a system that evaluates a written expression using six inports. Just Addition, Subtraction, Multiplication and Division of signals.
Corrected small errors in the calibration routine.
—-

Revision: 41
Author: michael
Date: 11:36:16, Dienstag, 10. Juni 2008
Message:
Incremented minor version due to new console commands.
—-

Revision: 40
Author: michael
Date: 11:22:48, Dienstag, 10. Juni 2008
Message:
Finalized RDAAdapter and EEGFileReader.
Changed Windowfunction to SlidingWindow (is now a sliding window with overlap parameter).
Modified various systems to handle vector input.
Implemented three new console commands to modify the pipeline and the systems online.
—-

Revision: 39
Author: michael
Date: 11:10:50, Dienstag, 3. Juni 2008
Message:
Finished filter system. Added facilities to calibrate the Arrington EyeTracker using CyberSession and VrSessionMod.
—-

Revision: 38
Author: michael
Date: 17:30:39, Dienstag, 27. Mai 2008
Message:
Added filter systems and filereader (incomplete)
—-

Revision: 36
Author: michael
Date: 19:55:51, Montag, 5. Mai 2008
Message:
Intruduced SystemFactory (extract from SessionReader).
Expansion of SessionCmd interface with new commands.
Started the VisionRDAAdapter (incomplete).
Modified debug levels and introduced predefined constants.

—-

Revision: 35
Author: michael
Date: 12:16:36, Dienstag, 15. April 2008
Message:
Added errorlogging and debug messaging facilities. ViewpointTrace now recieves and processeds trace_result messages.
—-

Revision: 34
Author: michael
Date: 20:09:56, Dienstag, 11. März 2008
Message:
Test program for loading and saving configs
—-

Revision: 33
Author: michael
Date: 20:08:52, Dienstag, 11. März 2008
Message:
Saving and loading XML config files is now working (but very rough)
—-

Revision: 32
Author: michael
Date: 20:13:03, Freitag, 29. Februar 2008
Message:
Changed the complete session management to use the Boost Graph Library. Now adding and removing systems and links is implemented as well as a check for cyclic links (not inserted) and a topological sorting of the systems.
—-

Revision: 31
Author: michael
Date: 12:18:52, Freitag, 15. Februar 2008
Message:
First try: Implementing the Boost Serialization (Not completely working)
—-

Revision: 30
Author: michael
Date: 13:34:23, Dienstag, 12. Februar 2008
Message:
Data can now be a (time) vector.
—-

Revision: 29
Author: michael
Date: 13:53:23, Dienstag, 29. Januar 2008
Message:
Now using my own order preserving minimal perfect hash map to access port data by port name in the virtual process method.
Also data read and write access in ports is capsuled in port map class and in system base class.
—-

Revision: 28
Author: michael
Date: 19:24:22, Freitag, 11. Januar 2008
Message:
New system base design. PortMap application is work in progress.
—-

Revision: 27
Author: michael
Date: 12:37:57, Dienstag, 27. November 2007
Message:
Refactored the new system base to the common naming conventions.
—-

Revision: 24
Author: michael
Date: 11:57:11, Dienstag, 27. November 2007
Message:
Implemented second pipeline processing system. Now working.
—-

Revision: 23
Author: michael
Date: 22:39:40, Mittwoch, 21. November 2007
Message:
Testing of a new multithreading system for the systembase.
—-

Revision: 22
Author: michael
Date: 11:45:30, Mittwoch, 21. November 2007
Message:
First multithreading steps
—-

Revision: 21
Author: michael
Date: 18:19:40, Mittwoch, 31. Oktober 2007
Message:
Added eyetracker interface. Changed pipeline synchronisation.
—-

Revision: 20
Author: michael
Date: 18:07:45, Dienstag, 9. Oktober 2007
Message:

—-

Revision: 19
Author: michael
Date: 18:03:13, Dienstag, 9. Oktober 2007
Message:
Cleanup
—-

Revision: 18
Author: michael
Date: 18:02:43, Dienstag, 9. Oktober 2007
Message:
First working DLL version
—-

Revision: 17
Author: michael
Date: 18:02:26, Dienstag, 9. Oktober 2007
Message:
Separate Dll testign application
—-

Revision: 16
Author: michael
Date: 18:47:22, Montag, 8. Oktober 2007
Message:
Restructuring for DLL building and testing.
—-

Revision: 12
Author: michael
Date: 18:44:09, Montag, 8. Oktober 2007
Message:
Restructuring for DLL building and testing.
—-

Revision: 10
Author: michael
Date: 17:49:18, Montag, 8. Oktober 2007
Message:
Simple runnable demo with output into a log file.
—-

Revision: 9
Author: michael
Date: 18:53:47, Donnerstag, 27. September 2007
Message:
Made some small adjustments to the system base declarations. Still no system wide timing.
—-

Revision: 8
Author: michael
Date: 19:22:00, Dienstag, 25. September 2007
Message:
Further work on some basic systems.
—-

Revision: 5
Author: michael
Date: 18:29:33, Dienstag, 25. September 2007
Message:
Added a high precision timer. Added some common functions.
—-

Revision: 4
Author: michael
Date: 19:43:00, Mittwoch, 19. September 2007
Message:
Added some methods to the vector and matrix templates.
Matrix transposition is done with minimal space requirements.
—-

Revision: 3
Author: michael
Date: 19:02:33, Donnerstag, 13. September 2007
Message:
Further progress on the templated vector and matrix classes.