GNU Radio 3.6.5 C++ API

gr_message.h File Reference

#include <gr_core_api.h>
#include <gr_types.h>
#include <string>

Go to the source code of this file.

Classes

class  gr_message
 Message class. More...

Functions

GR_CORE_API 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_CORE_API gr_message_sptr gr_make_message_from_string (const std::string s, long type=0, double arg1=0, double arg2=0)
GR_CORE_API long gr_message_ncurrently_allocated ()

Function Documentation

GR_CORE_API 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_CORE_API gr_message_sptr gr_make_message_from_string ( const std::string  s,
long  type = 0,
double  arg1 = 0,
double  arg2 = 0 
)
GR_CORE_API long gr_message_ncurrently_allocated ( )