rohdeschwarz  0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
Namespaces | Functions
to_vector.hpp File Reference

rohdeschwarz::to_vector(), rohdeschwarz::to_vector_complex_double() definitions and implementations More...

#include <complex>
#include <cstddef>
#include <vector>

Go to the source code of this file.

Namespaces

 rohdeschwarz
 

Functions

template<class out_type , class in_type = unsigned char>
std::vector< out_type > rohdeschwarz::to_vector (in_type *data, std::size_t data_size)
 Converts a vector of a primitive type to a vector of a different primitive type. More...
 
template<class in_type = unsigned char>
std::vector< std::complex< double > > rohdeschwarz::to_vector_complex_double (in_type *data, std::size_t data_size)
 Converts a vector of a primitive type to a vector of complex<double> More...
 

Detailed Description

rohdeschwarz::to_vector(), rohdeschwarz::to_vector_complex_double() definitions and implementations

Definition in file to_vector.hpp.