#include <gr_message.h>
#include <assert.h>
#include <cstring>
#include <string.h>
Functions | |
gr_message_sptr | gr_make_message (long type, double arg1, double arg2, size_t length) |
public constructor for gr_message | |
gr_message_sptr | gr_make_message_from_string (const std::string s, long type, double arg1, double arg2) |
long | gr_message_ncurrently_allocated () |
gr_message_sptr gr_make_message | ( | long | type, | |
double | arg1, | |||
double | arg2, | |||
size_t | length | |||
) |
public constructor for gr_message
Referenced by gr_make_message_from_string(), gr_bin_statistics_f::send_stats(), 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, | |||
double | arg1, | |||
double | arg2 | |||
) |
References gr_make_message().
long gr_message_ncurrently_allocated | ( | ) |