diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-09 20:06:55 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-09 20:06:55 +0100 |
commit | 744bea73fb0e661c5f1dfa2b00cfb6940bfc6e37 (patch) | |
tree | a26389201e70f7b3f26d93eb7f1c760cb5f545cf /src/OutputUHD.h | |
parent | 972df5425ec5af00be79b2415925252fd99a67b3 (diff) | |
download | dabmod-744bea73fb0e661c5f1dfa2b00cfb6940bfc6e37.tar.gz dabmod-744bea73fb0e661c5f1dfa2b00cfb6940bfc6e37.tar.bz2 dabmod-744bea73fb0e661c5f1dfa2b00cfb6940bfc6e37.zip |
Change UHD config device to a std::string
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r-- | src/OutputUHD.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h index 107df2a..29f54d6 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -148,7 +148,7 @@ class UHDWorker { /* This structure is used as initial configuration for OutputUHD */ struct OutputUHDConfig { - const char* device; + std::string device; unsigned sampleRate; double frequency; int txgain; |