|
TOBI Interface A
0.1
|
The DataPacket stores all sampled data from every connected device. More...
Go to the source code of this file.
Data Structures | |
| class | tia::DataPacketImpl |
| A Class to manage the DataPacket to be distributed over network. More... | |
The DataPacket stores all sampled data from every connected device.
The DataPacket contains the samples from all connected devices in ascending order (by their signal type). It stores acquired samples in a vector and is able to build a raw representation including needed header information of its stored samples.
Definition in file data_packet_impl.h.