What kind of api is being read into the computer?

Post Reply
hunkeelin
Posts: 2
Joined: Tue Mar 25, 2014 8:14 am

What kind of api is being read into the computer?

Post by hunkeelin »

Hi,

I am trying to use C to analysis some EEG data. I would like to know what kind of api is being read into the computer when i run your products?

Coen
Site Admin
Posts: 1124
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Re: What kind of api is being read into the computer?

Post by Coen »

For off-line analysis of data in BDF files, see http://www.biosemi.com/faq/file_format.htm and http://www.teuniz.net/edflib/ .

For on-line analysis of incoming ActiveTwo data, see http://www.biosemi.com/faq/make_own_acq ... ftware.htm and viewtopic.php?f=7&t=601 .

Best regards, Coen (BioSemi)

hunkeelin
Posts: 2
Joined: Tue Mar 25, 2014 8:14 am

Re: What kind of api is being read into the computer?

Post by hunkeelin »

I am using ubuntu 13.1 for developing. I followed the website's instruction and successfully installed everything http://neuro.debian.net/install_pkg.html?p=biosig-tools.

I would like to know what is the name of .lib and .h file that I need to include in my program in order to call the functions such as OPEN_DRIVER_ASYNC, USB_WRITE, READ_MULTIPLE_SWEEPS and etc...?

pmac
Posts: 70
Joined: Thu Jan 21, 2010 2:51 pm
Location: Canada

Re: What kind of api is being read into the computer?

Post by pmac »

Hunkeelin,

For includes, have a look at the code file "labview_dll_synctest.cpp" in the
BioSemi Linux driver download package. I think you need to include only "labview_dll.h",
which is in the download.

For linking, look at what is done for "Labview_DLL_SyncTest" in "Makefile", also in
the download.

Paul

Post Reply