| Class | Description |
|---|---|
| ECGPacketGenerator |
A packet generator which generates ECG readings based upon data read from a
file.
|
| EEGPacketGenerator |
A packet generator which produces packets containing segments of EEG readings
using data read from provided files.
|
| RandomPacketGenerator |
A RandomPacketGenerator is a PacketGenerator which populates the packets
returned with random bytes generated using an instance of java.util.Random.
|
| ThoraxPacketGenerator |
I swear I will document this.
|