[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/12: pmt: making uint64_t sugar more frie
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/12: pmt: making uint64_t sugar more friendly |
Date: |
Fri, 23 May 2014 17:35:56 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit bdd6ad4cf9f26b2619073d5fce6c395687a594fd
Author: Tim O'Shea <address@hidden>
Date: Mon May 19 14:11:13 2014 -0400
pmt: making uint64_t sugar more friendly
---
gnuradio-runtime/include/pmt/pmt_sugar.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnuradio-runtime/include/pmt/pmt_sugar.h
b/gnuradio-runtime/include/pmt/pmt_sugar.h
index 743c5b1..424f85c 100644
--- a/gnuradio-runtime/include/pmt/pmt_sugar.h
+++ b/gnuradio-runtime/include/pmt/pmt_sugar.h
@@ -53,14 +53,14 @@ namespace pmt {
//! Make pmt uint64
static inline pmt_t
- mp(uint64_t x){
+ mp(long unsigned x){
return from_uint64(x);
}
- //! Make pmt long
+ //! Make pmt uint64
static inline pmt_t
mp(long long unsigned x){
- return from_long(x);
+ return from_uint64(x);
}
//! Make pmt long
- [Commit-gnuradio] [gnuradio] 10/12: Merge branch 'maint', (continued)
- [Commit-gnuradio] [gnuradio] 10/12: Merge branch 'maint', git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 04/12: blocks: Added tsb_vector_sinks, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 07/12: runtime: Added packet_utils and marked tagged_streams.py for removal in future, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 05/12: blocks: updated some QAs to use proper tsb functions, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 06/12: digital: updated some QAs to use proper tsb functions, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 11/12: Merge remote-tracking branch 'martin/tsb/prep_for_38', git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 08/12: uhd: Nicer labels for device args and addres in GRC, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 09/12: Merge branch 'uint64_sugar' of git://github.com/osh/gnuradio, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 02/12: pmt: support conversion of basic pmt pairs to python, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 01/12: pmt: adding uint64 sugar, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 03/12: pmt: making uint64_t sugar more friendly,
git <=
- [Commit-gnuradio] [gnuradio] 12/12: Merge remote-tracking branch 'martin/uhd/clearer_grc_args', git, 2014/05/23