|
rohdeschwarz
0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
|
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... | |
rohdeschwarz::to_vector(), rohdeschwarz::to_vector_complex_double() definitions and implementations
Definition in file to_vector.hpp.