11 #ifndef INCLUDED_IIO_DDS_CONTROL_H
12 #define INCLUDED_IIO_DDS_CONTROL_H
33 typedef std::shared_ptr<dds_control>
sptr;
48 static sptr make(
const std::string& uri,
49 std::vector<int> enabled,
50 std::vector<long> frequencies,
51 std::vector<float> phases,
52 std::vector<float> scales);
54 virtual void set_dds_confg(std::vector<long> frequencies,
55 std::vector<float> phases,
56 std::vector<float> scales) = 0;