OpenViBE Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000115openvibebug reportpublic2012-07-24 14:372013-04-29 14:17
Reporterantona 
Assigned Tojtlindgr 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformlatestOSXPOS VersionXP
Summary0000115: Small bug(s) in fieldtrip driver
DescriptionThe following line:

m_pSample[j*l_ui32NbDataToSend + i] = (float32) 1000000.0f*l_f64Value;

in file ovasCDriverFieldtrip.cpp

on lines 632 and 657 multiplies every value by 1000000.

This code line is not generic and it is specific to a device used by CEA and GIPSA (RoBIK headset to convert from volts to microvolts)
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001053)
antona (reporter)
2012-07-29 09:43

It should be:

m_pSample[j*l_ui32NbDataToSend + i] = l_f64Value;
(0001073)
antona (reporter)
2013-02-20 11:06

This is fixed in 0.15. You can safely close this one.
(0001079)
ozan.caglayan (reporter)
2013-03-27 15:45

Ping, Reporter said that this is fixed.
(0001082)
jtlindgr (administrator)
2013-04-29 14:17

Offending code seems to be properly commented out in current SVN.

- Issue History
Date Modified Username Field Change
2012-07-24 14:37 antona New Issue
2012-07-29 09:43 antona Note Added: 0001053
2013-02-20 11:06 antona Note Added: 0001073
2013-03-27 15:45 ozan.caglayan Note Added: 0001079
2013-04-29 14:17 jtlindgr Note Added: 0001082
2013-04-29 14:17 jtlindgr Status new => resolved
2013-04-29 14:17 jtlindgr Resolution open => fixed
2013-04-29 14:17 jtlindgr Assigned To => jtlindgr


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker