aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/misc_utils
diff options
context:
space:
mode:
authorJacob Gilbert <mrjacobagilbert@gmail.com>2014-12-13 10:32:21 -0800
committerJacob Gilbert <mrjacobagilbert@gmail.com>2014-12-13 10:32:21 -0800
commite89aee1934011c51203d6b611b06afe90bfa8a62 (patch)
treec96f337d8aff1cf262b60d6ab7767296ea4d4b42 /include/grgsm/misc_utils
parent79d0909d0d59df7a77cd62edfbd63466a4aea5f7 (diff)
Updated message printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired.
Diffstat (limited to 'include/grgsm/misc_utils')
-rw-r--r--include/grgsm/misc_utils/message_printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/message_printer.h b/include/grgsm/misc_utils/message_printer.h
index 3ed8bbd..b7f3293 100644
--- a/include/grgsm/misc_utils/message_printer.h
+++ b/include/grgsm/misc_utils/message_printer.h
@@ -48,7 +48,7 @@ namespace gr {
* class. gsm::message_printer::make is the public interface for
* creating new instances.
*/
- static sptr make();
+ static sptr make(pmt::pmt_t prepend_string);
};
} // namespace gsm