10 #ifndef INCLUDED_IIO_DDS_CONTROL_IMPL_H
11 #define INCLUDED_IIO_DDS_CONTROL_IMPL_H
27 std::vector<int> d_enabled;
28 std::vector<long> d_frequencies;
29 std::vector<float> d_phases;
30 std::vector<float> d_scales;
39 std::vector<int> enabled,
40 std::vector<long> frequencies,
41 std::vector<float> phases,
42 std::vector<float> scales);
46 std::vector<float> phases,
47 std::vector<float> scales);