#include "plugin.h"#include "neurosky.h"#include "Array.h"Go to the source code of this file.
Defines | |
| #define | TIME_OUT 100 |
| #define | DISCONNECTION_WIN_TIME 2000 |
Functions | |
| void | handleDataValueFunc (unsigned char extendedCodeLevel, unsigned char code, unsigned char valueLength, const unsigned char *value, void *customData) |
Variables | |
| Array< Neurosky * > | neuroskyList |
| Array< int > | portList |
| #define DISCONNECTION_WIN_TIME 2000 |
Definition at line 6 of file neurosky.cpp.
| #define TIME_OUT 100 |
Definition at line 5 of file neurosky.cpp.
| void handleDataValueFunc | ( | unsigned char | extendedCodeLevel, | |
| unsigned char | code, | |||
| unsigned char | valueLength, | |||
| const unsigned char * | value, | |||
| void * | customData | |||
| ) |
1) Function which acts on the value[] bytes of each ThinkGear DataRow as it is received.
Definition at line 8 of file scolThinkGear.cpp.
Definition at line 8 of file neurosky.cpp.
Definition at line 9 of file neurosky.cpp.
1.6.3