TOBI SignalServer
0.1
|
void tobiss::SampleBlock< T >::getSignalByNr | ( | boost::uint32_t | nr, |
std::vector< T > & | v | ||
) |
Get samples of the n-th ;signal type stored.
[in] | nr | specifying the number of the signal in the SampleBlock (first, second, ...) |
[out] | v | A vector to insert desired samples. |
std::invalid_argument | if nr is higher than signals stord. |
Definition at line 446 of file sample_block.h.