Page 1 of 1

BCI2000 V2.0 changes.

Posted: 04 Aug 2009, 11:41
by Romain
Hi,
I am trying to update an existing application module created using BCI2000 v1.0, in order to let it run under BCI2000 v2.0.

I managed to do some basic changes but I am stuck with call to a class which does not seem to be in BCI2000 v2.0 any more:
BCITIME
This class was used to get the current time from Windows' high-performance timers.
Does the equivalent class exist in BCI2000 v2.0?

More generally, are the changes from v1.0 to v2.0 listed somewhere to help the transition?

Regards

v1-v2 transition

Posted: 05 Aug 2009, 15:33
by gschalk
Romain,

Parameter changes from v1.0 to v2.0 are documented here:

http://www.bci2000.org/wiki/index.php/U ... _Version_2

The v2 version of BCITime is in PrecisionTime.cpp.

I hope this helps.

Gerv