| Package | Description |
|---|---|
| ds.funnel.traffic.component.packetgenerator | |
| ds.granules.bridge |
This package contains basic Granules Bridging code.
|
| ds.granules.interfere.computation.ecg | |
| ds.granules.interfere.computation.eeg |
| Modifier and Type | Class and Description |
|---|---|
class |
EEGPacketGenerator
A packet generator which produces packets containing segments of EEG readings
using data read from provided files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaPoolComputation.startExecution(java.lang.String executeCommand,
int commType,
JavaMessageHandler jmh)
Starts execution of a bridged program, needs actual execution command,
type of communication, and a link to the appropriate message handler As a
note, error stream is used even with TCP communications
|
void |
JavaGenericComputation.startExecution(java.lang.String executeCommand,
int commType,
JavaMessageHandler jmh)
Starts execution of a bridged program, needs actual execution command,
type of communication, and a link to the appropriate message handler As a
note, error stream is used even with TCP communications
|
| Constructor and Description |
|---|
StreamReader(java.io.InputStream s,
JavaMessageHandler jm)
Initializes and starts the StreamReader thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECGMonitor |
| Modifier and Type | Class and Description |
|---|---|
class |
EEGMap
revamped eeg classification in granules
|