NETSIM  1.0.0
Hardware-in-the-loopacousticnetworksimulator
netsim::ReceiveBase Class Referenceabstract

#include </root/netsim/obj-x86_64-linux-gnu/include/netsim/tcp/tcp_session.h>

Inheritance diagram for netsim::ReceiveBase:

Public Member Functions

 ReceiveBase ()=default
 
virtual ~ReceiveBase ()=default
 
virtual void post (const std::string &pb_name, const std::string &bytes, const boost::asio::ip::tcp::endpoint &remote)=0
 

Detailed Description

Definition at line 44 of file tcp_session.h.

Constructor & Destructor Documentation

◆ ReceiveBase()

netsim::ReceiveBase::ReceiveBase ( )
default

◆ ~ReceiveBase()

virtual netsim::ReceiveBase::~ReceiveBase ( )
virtualdefault

Member Function Documentation

◆ post()

virtual void netsim::ReceiveBase::post ( const std::string &  pb_name,
const std::string &  bytes,
const boost::asio::ip::tcp::endpoint &  remote 
)
pure virtual

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