TOBI Interface A  0.1
tia::RawMem::RawMem ( boost::uint32_t  flags,
boost::uint64_t  sample_nr,
boost::uint64_t  packet_nr,
\boost::posix_time::ptime  timestamp,
\std::vector< boost::uint16_t > &  nr_values,
std::vector< boost::uint16_t > &  nr_blocks,
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.

Definition at line 61 of file raw_mem.cpp.

 All Data Structures Files Functions Variables Typedefs Enumerations