|
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.
| [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_mem3.cpp.