#include <wx/wx.h>
#include <iostream>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <string.h>
#include <termios.h>
#include <openmaia/libopenmaia.h>
Go to the source code of this file.
Data Structures | |
class | MaiaEmgAnalize |
struct | modeeg_packet |
Defines | |
#define | DATAVECTORSIZE 1024*30 |
#define | FILTERORDER 5 |
#define | BAUDRATE B57600 |
#define | MODEMDEVICE "/dev/ttyS0" |
#define | uint8_t unsigned char |
#define | uint16_t unsigned short |
Typedefs | |
typedef modeeg_packet | modeeg_packet_t |
|
|
|
This class is a thread called by the maiaEEG application. The class connects to modularEEG, read data from channel 1 and fill a vector passed in the constructor. |
|
|
|
|
|
|
|
|
|
|
Copyright © by Luca Clivio |