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

« back to all changes in this revision

Viewing changes to host/lib/usrp/x300/x300_fw_ctrl.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:
285
285
 
286
286
private:
287
287
    niriok_proxy& _drv_proxy;
288
 
    static const uint32_t READ_TIMEOUT_IN_MS = 10;
289
 
    static const uint32_t INIT_TIMEOUT_IN_MS = 5000;
 
288
    static const boost::uint32_t READ_TIMEOUT_IN_MS = 10;
 
289
    static const boost::uint32_t INIT_TIMEOUT_IN_MS = 5000;
290
290
};
291
291
 
292
292
wb_iface::sptr x300_make_ctrl_iface_enet(uhd::transport::udp_simple::sptr udp)