diff options
Diffstat (limited to 'include/usrp_uhd/utils.hpp')
-rw-r--r-- | include/usrp_uhd/utils.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usrp_uhd/utils.hpp b/include/usrp_uhd/utils.hpp index 6fe5bd4d4..a45473ab4 100644 --- a/include/usrp_uhd/utils.hpp +++ b/include/usrp_uhd/utils.hpp @@ -21,6 +21,8 @@ std::vector<Key> get_map_keys(const std::map<Key, T> &m){ return v; } +//TODO implement a set and get gains that takes a wx obj ptr, and gain properties + //TODO check name in vector of names //TODO optionally extract a name from the named_prop_t |