- All Known Implementing Classes:
- ECGPacketGenerator, EEGPacketGenerator, RandomPacketGenerator, ThoraxPacketGenerator
public interface PacketGenerator
A PacketGenerator is an object which generates the data for a packet, a byte
array, by some method. Any class implementing this interface should specify
the packet generation strategy used. A PacketGenerator should only generate
the data; it should not create or append any sort of header information
(checksum, etc.) to the array returned.
- Author:
- Kira Lindburg