[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 95/148: added documentation for handling of
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 95/148: added documentation for handling of the expanded headers in the transmit calls |
Date: |
Mon, 15 Aug 2016 00:47:28 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
nwest pushed a commit to annotated tag old_usrp_devel_udp
in repository gnuradio.
commit b01b391b671f167cd764a707eaab5db661d6b76b
Author: Josh Blum <address@hidden>
Date: Thu Dec 17 17:58:09 2009 -0800
added documentation for handling of the expanded headers in the transmit
calls
---
usrp2/host/include/usrp2/usrp2.h | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index 1565002..949e457 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -286,6 +286,12 @@ namespace usrp2 {
* The complex<float> samples are converted to the appropriate
* "on the wire" representation, depending on the current USRP2
* configuration. Typically, this is big-endian 16-bit I & Q.
+ *
+ * The underlying implementation is responsible for the packet count field,
+ * the packet size field, and fragmenting the samples into multiple
packets.
+ * When the "start of burst flag" is set, only the first fragment will
contain the start of burst.
+ * When the "end of burst flag" is set, only the last fragment will
contain the end of burst.
+ * When the "has trailer flag" is set, every fragment will contain a copy
of the trailer.
*/
bool tx_32fc(
const std::complex<float> *samples,
@@ -302,6 +308,12 @@ namespace usrp2 {
* The complex<int16_t> samples are converted to the appropriate
* "on the wire" representation, depending on the current USRP2
* configuration. Typically, this is big-endian 16-bit I & Q.
+ *
+ * The underlying implementation is responsible for the packet count field,
+ * the packet size field, and fragmenting the samples into multiple
packets.
+ * When the "start of burst flag" is set, only the first fragment will
contain the start of burst.
+ * When the "end of burst flag" is set, only the last fragment will
contain the end of burst.
+ * When the "has trailer flag" is set, every fragment will contain a copy
of the trailer.
*/
bool tx_16sc(
const std::complex<int16_t> *samples,
@@ -316,6 +328,12 @@ namespace usrp2 {
* This method is used primarily by the system itself. Users
* should call tx_32fc or tx_16sc instead.
*
+ * The underlying implementation is responsible for the packet count field,
+ * the packet size field, and fragmenting the samples into multiple
packets.
+ * When the "start of burst flag" is set, only the first fragment will
contain the start of burst.
+ * When the "end of burst flag" is set, only the last fragment will
contain the end of burst.
+ * When the "has trailer flag" is set, every fragment will contain a copy
of the trailer.
+ *
* \param items are the data items to transmit
* \param nitems is the number of items to transmit
* \param hdr provides ids, times, flags
- [Commit-gnuradio] [gnuradio] 73/148: Merge branch 'vita_rx' of http://gnuradio.org/git/matt into wip/usrp2, (continued)
- [Commit-gnuradio] [gnuradio] 73/148: Merge branch 'vita_rx' of http://gnuradio.org/git/matt into wip/usrp2, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 61/148: Merge branch 'vita_rx' of gnuradio.org:matt into vita_rx, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 59/148: WIP host mods to send vrt packets, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 76/148: Merge branch 'master' of http://gnuradio.org/git/gnuradio into vita_rx, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 64/148: put new setting reg into the address space in the right place, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 74/148: Merge branch 'wip/usrp2' of address@hidden:jblum into wip/usrp2, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 78/148: Merge branch 'vita_rx' of gnuradio.org:matt into vita_rx, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 83/148: added timeout to ring wait calls, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 60/148: fixed typo in u2_core.v resulting in unconnected net. added debug pins, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 99/148: removed unused copy handler, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 95/148: added documentation for handling of the expanded headers in the transmit calls,
git <=
- [Commit-gnuradio] [gnuradio] 92/148: Added unparse capability to the vrt expanded header. Unparse can fill in a vrt header and trailer from an expanded header., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 89/148: Replaced tx metadata with vrt expanded header., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 75/148: dsp_core_tx now has setting reg base settable from u2_core. underrun bug in vrt fixed, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 98/148: usrp2 impl finds out max frame size from the transport, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 96/148: Merge branch 'vrt' of address@hidden:jblum into wip/usrp2, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 128/148: yet more debug lines, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 118/148: more typo fixes., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 112/148: Merge branch 'wip/usrp2' of http://vps.gnuradio.org/git/jblum into wip/usrp2, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 115/148: place udp core in the memory space, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 120/148: make it match the 36 bit wide version, git, 2016/08/14