#include <gr_message.h>
#include <assert.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
| gr_message_sptr gr_make_message_from_string | ( | const std::string | s, | |
| long | type, | |||
| double | arg1, | |||
| double | arg2 | |||
| ) |
| long gr_message_ncurrently_allocated | ( | ) |
1.5.1