[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/12: pmt: adding uint64 sugar
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/12: pmt: adding uint64 sugar |
Date: |
Fri, 23 May 2014 17:35:55 +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 a74a7f3f3172acd33680c3298f60279c11092d36
Author: Tim O'Shea <address@hidden>
Date: Wed May 14 21:59:14 2014 -0400
pmt: adding uint64 sugar
---
gnuradio-runtime/include/pmt/pmt_sugar.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnuradio-runtime/include/pmt/pmt_sugar.h
b/gnuradio-runtime/include/pmt/pmt_sugar.h
index 870b819..743c5b1 100644
--- a/gnuradio-runtime/include/pmt/pmt_sugar.h
+++ b/gnuradio-runtime/include/pmt/pmt_sugar.h
@@ -51,6 +51,12 @@ namespace pmt {
return from_long(x);
}
+ //! Make pmt uint64
+ static inline pmt_t
+ mp(uint64_t x){
+ return from_uint64(x);
+ }
+
//! Make pmt long
static inline pmt_t
mp(long long unsigned x){
- [Commit-gnuradio] [gnuradio] branch master updated (cba2d18 -> 5cb67ce), git, 2014/05/23
- [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 <=
- [Commit-gnuradio] [gnuradio] 03/12: pmt: making uint64_t sugar more friendly, git, 2014/05/23
- [Commit-gnuradio] [gnuradio] 12/12: Merge remote-tracking branch 'martin/uhd/clearer_grc_args', git, 2014/05/23