How to add a new driver

Making & changing hardware drivers in Acquisition Server
Post Reply
shelldream
Posts: 35
Joined: Thu Sep 20, 2012 9:40 am

How to add a new driver

Post by shelldream »

Hi,
I am a beginner to this software.Now I met a problem .
I did like the "Tutorial1:Creating a new dirver for the acquisition server"said,using the OpenViBE-skeleton-generator-dynamic.exe to get the .h and .cpp file as expected.But when I try to register the driver to the acquisition server, I found that there was no folder named 'trunc' in the share/openvibe-applications/acquisition-server!!! There were even no .h and .cpp files(.i.e ovasCAcquisitionServerGUI.cpp) in all my folders which were created when the software was installed.
I wonder if I loose some source codes or anything else.
Best
Shelldream

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: How to add a new driver

Post by jlegeny »

Hello Shelldream,

source code files for the acquisition server are in the OPENVIBE/openvibe-applicaitons/acquisition-server/trunc/src/, not in the share folder. Of course you will need to either download the source code archive or the SVN repository to access these files.

Cheers
Jozef

Post Reply