#include <gr_types.h>
#include <string>
Go to the source code of this file.
Classes | |
| class | gr_message |
| Message. More... | |
Typedefs | |
| typedef boost::shared_ptr < gr_message > | gr_message_sptr |
Functions | |
| gr_message_sptr | gr_make_message (long type=0, double arg1=0, double arg2=0, size_t length=0) |
| public constructor for gr_message | |
| gr_message_sptr | gr_make_message_from_string (const std::string s, long type=0, double arg1=0, double arg2=0) |
| long | gr_message_ncurrently_allocated () |
| typedef boost::shared_ptr<gr_message> gr_message_sptr |
| gr_message_sptr gr_make_message | ( | long | type = 0, |
|
| double | arg1 = 0, |
|||
| double | arg2 = 0, |
|||
| size_t | length = 0 | |||
| ) |
public constructor for gr_message
Referenced by _wrap_message__SWIG_0(), _wrap_message__SWIG_1(), _wrap_message__SWIG_2(), _wrap_message__SWIG_3(), _wrap_message__SWIG_4(), gr_make_message_from_string(), gr_packet_sink::work(), gr_message_sink::work(), and gr_framer_sink_1::work().
| gr_message_sptr gr_make_message_from_string | ( | const std::string | s, | |
| long | type = 0, |
|||
| double | arg1 = 0, |
|||
| double | arg2 = 0 | |||
| ) |
| long gr_message_ncurrently_allocated | ( | ) |
Referenced by _wrap_message_ncurrently_allocated().
1.5.6