GNU Radio's LORA Package
gr::lora::message_socket_sink Class Reference

Sink for messages, sent to socket. More...

#include <message_socket_sink.h>

Inheritance diagram for gr::lora::message_socket_sink:

Public Types

enum  lora_layer { LORATAP = 0 , LORAPHY , LORAMAC }
 
typedef boost::shared_ptr< message_socket_sinksptr
 

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.
 

Detailed Description

Sink for messages, sent to socket.

Member Typedef Documentation

◆ sptr

Member Enumeration Documentation

◆ lora_layer

Enumerator
LORATAP 
LORAPHY 
LORAMAC 

Member Function Documentation

◆ make()

static sptr gr::lora::message_socket_sink::make ( std::string  ip,
int  port,
enum lora_layer  layer 
)
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.


The documentation for this class was generated from the following file: