diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-16 15:31:01 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-16 15:31:01 -0700 |
commit | 632ca4afbbc2e383b956a7abe8e35ee1020c7306 (patch) | |
tree | 67eea4606109e6b5d7fb100a80a1d6077374603b /host/include | |
parent | 6db1f998248dfe57dd2186c15fc33593eb194cc5 (diff) | |
download | uhd-632ca4afbbc2e383b956a7abe8e35ee1020c7306.tar.gz uhd-632ca4afbbc2e383b956a7abe8e35ee1020c7306.tar.bz2 uhd-632ca4afbbc2e383b956a7abe8e35ee1020c7306.zip |
added automatic ref source enum
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/clock_config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/types/clock_config.hpp b/host/include/uhd/types/clock_config.hpp index 42d74ad90..9342fbb7b 100644 --- a/host/include/uhd/types/clock_config.hpp +++ b/host/include/uhd/types/clock_config.hpp @@ -29,6 +29,7 @@ namespace uhd{ */ struct UHD_API clock_config_t{ enum ref_source_t { + REF_AUTO = 'a', //automatic (device specific) REF_INT = 'i', //internal reference REF_SMA = 's', //external sma port REF_MIMO = 'm' //mimo cable (usrp2 only) |