GNU Radio's LORA Package
|
Sink for messages, sent to socket. More...
#include <message_socket_sink.h>
Public Types | |
enum | lora_layer { LORATAP = 0 , LORAPHY , LORAMAC } |
typedef boost::shared_ptr< message_socket_sink > | sptr |
Static Public Member Functions | |
static sptr | make (std::string ip, int port, enum lora_layer layer) |
Return a shared_ptr to a new instance of lora::message_socket_sink. | |
Sink for messages, sent to socket.
typedef boost::shared_ptr<message_socket_sink> gr::lora::message_socket_sink::sptr |
|
static |
Return a shared_ptr to a new instance of lora::message_socket_sink.
To avoid accidental use of raw pointers, lora::message_socket_sink's constructor is in a private implementation class. lora::message_socket_sink::make is the public interface for creating new instances.