[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r6133 - gnuradio/branches/developers/gnychis/inband/us
From: |
gnychis |
Subject: |
[Commit-gnuradio] r6133 - gnuradio/branches/developers/gnychis/inband/usrp/host/apps |
Date: |
Thu, 9 Aug 2007 10:28:20 -0600 (MDT) |
Author: gnychis
Date: 2007-08-09 10:28:19 -0600 (Thu, 09 Aug 2007)
New Revision: 6133
Modified:
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_cs.cc
Log:
A little cleanup of the CS test
Modified:
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_cs.cc
===================================================================
---
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_cs.cc
2007-08-09 13:24:09 UTC (rev 6132)
+++
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_cs.cc
2007-08-09 16:28:19 UTC (rev 6133)
@@ -362,30 +362,9 @@
build_and_send_next_frame();
build_and_send_next_frame();
build_and_send_next_frame();
- build_and_send_ping();
- build_and_send_ping();
- build_and_send_ping();
- build_and_send_ping();
- build_and_send_ping();
- build_and_send_ping();
-// build_and_send_ping();
-// build_and_send_ping();
-// build_and_send_ping();
-// build_and_send_ping();
-// build_and_send_ping();
-
-// struct timezone tz;
-// for (int i(0); i < NBPING; i++)
-// {
-//
-// struct timeval *tv = (struct timeval*)calloc(1, sizeof(struct timeval));
-// gettimeofday(tv, &tz);
-// times[i] = *tv;
-// build_and_send_ping();
-//
-// free(tv);
-// }
+ build_and_send_ping();
+
}
void
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r6133 - gnuradio/branches/developers/gnychis/inband/usrp/host/apps,
gnychis <=