#include <neurosky.h>
Public Member Functions | |
| Neurosky () | |
| ~Neurosky () | |
| void | connect () |
| void | disconnect () |
| void | safeConnection () |
| bool | readDataByte () |
| void | run () |
Public Attributes | |
| Mutex | mMutex |
| LSerie * | serie |
| ThinkGearStreamParser | parser |
| bool | bStatus |
| bool | isrunning |
Definition at line 15 of file neurosky.h.
| Neurosky::Neurosky | ( | ) |
Definition at line 18 of file neurosky.cpp.
| Neurosky::~Neurosky | ( | ) |
Definition at line 91 of file neurosky.cpp.
| void Neurosky::connect | ( | ) |
Definition at line 32 of file neurosky.cpp.
| void Neurosky::disconnect | ( | ) |
Definition at line 58 of file neurosky.cpp.
| bool Neurosky::readDataByte | ( | ) |
Definition at line 47 of file neurosky.cpp.
| void Neurosky::run | ( | ) | [virtual] |
run() called by the thread callback _ou_thread_proc() to be overridden by child classes of Thread
Reimplemented from openutils::Thread.
Definition at line 70 of file neurosky.cpp.
| void Neurosky::safeConnection | ( | ) |
Definition at line 64 of file neurosky.cpp.
| bool Neurosky::bStatus |
Definition at line 23 of file neurosky.h.
| bool Neurosky::isrunning |
Definition at line 24 of file neurosky.h.
Definition at line 20 of file neurosky.h.
Definition at line 22 of file neurosky.h.
Definition at line 21 of file neurosky.h.
1.6.3