diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-03 17:40:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-03 17:40:13 -0700 |
commit | 34265334d18589a377ab42df211eb33054340ae6 (patch) | |
tree | 0efdf423fa95ed92ce2a9d77ddac6371d9256b83 /host/examples/CMakeLists.txt | |
parent | 89989fdb2d92a6072b737a8864b50c9daa5c614a (diff) | |
download | uhd-34265334d18589a377ab42df211eb33054340ae6.tar.gz uhd-34265334d18589a377ab42df211eb33054340ae6.tar.bz2 uhd-34265334d18589a377ab42df211eb33054340ae6.zip |
uhd: added inline message testing to the messages example
Renamed the example to test_messages (not just async).
Fixed bug in super recv packet handler related to messages.
Basically, the sequence number for messages should be ignored.
Fixed some quirks with usrp1 soft time control to get it work as well.
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 10d1fddc3..bad7b72a6 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -24,7 +24,7 @@ SET(example_sources rx_samples_to_file.cpp rx_samples_to_udp.cpp rx_timed_samples.cpp - test_async_messages.cpp + test_messages.cpp test_pps_input.cpp tx_bursts.cpp tx_samples_from_file.cpp |