TOBI Interface A  0.1
tia::RawMem3::RawMem3 ( boost::uint8_t  packet_version,
boost::uint32_t  flags,
boost::uint64_t  packet_id,
boost::uint64_t  packet_nr,
\boost::uint64_t  timestamp,
\std::vector< boost::uint16_t > &  nr_channels,
std::vector< boost::uint16_t > &  samples_per_channel,
std::vector< double > &  data 
)

Constructor.

Parameters:
[in]flagsFlags representing the content of the DataPacket.
[in]sample_nrThe running sample number.
[in]packet_nrThe running packet number (can be different to sample_nr).
[in]timestampThe timestamp of the packet.
[in]nr_valuesNumber of values stored for every signal type in flags.
[in]nr_blocksBlocksize for every signal type in flags.
[in]dataThe samples to be stored.
Todo:
Refactor doxygen

Definition at line 61 of file raw_mem3.cpp.

 All Data Structures Files Functions Variables Typedefs Enumerations