TOBI Interface A  0.1
DataPacket3 Class Reference

A Class to manage the DataPacket to be distributed over network. More...

#include <data_packet_3_impl.h>


Detailed Description

A Class to manage the DataPacket to be distributed over network.

The DataPacket class provides methods inserting Samples of different, predefined signal types (see defines.h) into a packet. Inserted data is identified through flags. The datapacket stores the acquired samples in ascending order by their signal types. (EEG first, then EMG, EOG, ...). It provides methods to get stored data wether again as a vector or in a raw representation. For raw representations, it holds raw memory objects, storing the respective representation.

Todo:

Implementing the possibility to built a raw DataPacket representation with freely selectable content.

TESTING

Check doxygen, because several methods have changed!

Definition at line 57 of file data_packet_3_impl.h.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations