summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-05 19:07:08 -0800
committerJosh Blum <josh@joshknows.com>2011-01-05 19:07:08 -0800
commit612c84beb6015d7cf0fee918aa01944e20de5472 (patch)
tree327617fcb92efcb6d059dee40ea1ad6e5b610734 /host/include
parent94ce8759ca0093e39e9c9db0e4ca4e6f55c098a2 (diff)
downloaduhd-612c84beb6015d7cf0fee918aa01944e20de5472.tar.gz
uhd-612c84beb6015d7cf0fee918aa01944e20de5472.tar.bz2
uhd-612c84beb6015d7cf0fee918aa01944e20de5472.zip
uhd: added convenience factory functions for clock config (external/internal)
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/clock_config.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/host/include/uhd/types/clock_config.hpp b/host/include/uhd/types/clock_config.hpp
index 5966dcf3a..a72eb63de 100644
--- a/host/include/uhd/types/clock_config.hpp
+++ b/host/include/uhd/types/clock_config.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010 Ettus Research LLC
+// Copyright 2010-2011 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -28,6 +28,11 @@ namespace uhd{
* The source and polarity for the PPS clock.
*/
struct UHD_API clock_config_t{
+ //------ simple usage --------//
+ static clock_config_t external(void);
+ static clock_config_t internal(void);
+
+ //------ advanced usage --------//
enum ref_source_t {
REF_AUTO = 'a', //automatic (device specific)
REF_INT = 'i', //internal reference