~ubuntu-branches/ubuntu/utopic/uhd/utopic

« back to all changes in this revision

Viewing changes to host/examples/tx_samples_from_file.cpp

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2014-07-01 22:34:32 UTC
  • mfrom: (9.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140701223432-beg73ip3q8b3lgeg
Tags: 3.7.1-2
* Apply maint branch fixes through release_003_007_001-49-gdf4cf6d
* Fix B2xx udev rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        ("ant", po::value<std::string>(&ant), "daughterboard antenna selection")
89
89
        ("subdev", po::value<std::string>(&subdev), "daughterboard subdevice specification")
90
90
        ("bw", po::value<double>(&bw), "daughterboard IF filter bandwidth in Hz")
91
 
        ("ref", po::value<std::string>(&ref)->default_value("internal"), "waveform type (internal, external, mimo)")
 
91
        ("ref", po::value<std::string>(&ref)->default_value("internal"), "reference source (internal, external, mimo)")
92
92
        ("wirefmt", po::value<std::string>(&wirefmt)->default_value("sc16"), "wire format (sc8 or sc16)")
93
93
        ("delay", po::value<double>(&delay)->default_value(0.0), "specify a delay between repeated transmission of file")
94
94
        ("repeat", "repeatedly transmit file")