TOBI SignalServer  0.1
template<class T>
void tobiss::SampleBlock< T >::appendBlock ( std::vector< T >  v,
boost::uint16_t  nr_blocks 
)

Append samples to the SampleBlock. (used to build blocked data)

Parameters:
[in]vA vector containing the samples to be appended. (vector must not contain already blocked data!)
Exceptions:
std::length_errorif v.size does not equal channels or trying to append more blocks than defined.
Todo:
If needed: Possibility to append already blocked data.

Definition at line 470 of file sample_block.h.

+ Here is the caller graph for this function:

 All Data Structures Files Functions Variables