|
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.
| [in] | flags | Flags representing the content of the DataPacket. |
| [in] | sample_nr | The running sample number. |
| [in] | packet_nr | The running packet number (can be different to sample_nr). |
| [in] | timestamp | The timestamp of the packet. |
| [in] | nr_values | Number of values stored for every signal type in flags. |
| [in] | nr_blocks | Blocksize for every signal type in flags. |
| [in] | data | The samples to be stored. |
Definition at line 61 of file raw_mem.cpp.