Main Page | Modules | Class Hierarchy | Data Structures | File List | Data Fields | Globals | Related Pages

MaiaEmgAnalize.h File Reference

#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


Define Documentation

#define BAUDRATE   B57600
 

#define DATAVECTORSIZE   1024*30
 

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.

#define FILTERORDER   5
 

#define MODEMDEVICE   "/dev/ttyS0"
 

#define uint16_t   unsigned short
 

#define uint8_t   unsigned char
 


Typedef Documentation

typedef struct modeeg_packet modeeg_packet_t