Public Member Functions | Protected Attributes | List of all members
Transport Class Referenceabstract

#include <transport.h>

Inheritance diagram for Transport:
Inheritance graph
[legend]

Public Member Functions

virtual bool connect ()=0
 
virtual bool disconnect ()=0
 
std::string get_device_ip ()
 
std::string get_host_ip ()
 
std::string get_port ()
 
transport_type get_type ()
 
bool is_connected ()
 
virtual bool read (boost::array< uint8_t, 4096 > &buf, size_t &len)=0
 
virtual bool readWithTimeout (boost::array< uint8_t, 4096 > &buf, size_t &len, const uint32_t expiry_time)=0
 
void set_port (std::string port)
 
 Transport (std::string address, transport_type typ)
 

Protected Attributes

std::string address_
 
std::string host_ip_
 
std::shared_ptr< boost::asio::io_service > io_service_
 
bool is_connected_
 
std::string port_
 
std::shared_ptr< boost::asio::deadline_timer > timer_
 
boost::optional< boost::system::error_code > timer_result_
 
transport_type type_
 

Detailed Description

Definition at line 23 of file transport.h.

Constructor & Destructor Documentation

◆ Transport()

Transport::Transport ( std::string  address,
transport_type  typ 
)
inline

Definition at line 31 of file transport.h.

Member Function Documentation

◆ connect()

virtual bool Transport::connect ( )
pure virtual

Implemented in TCPTransport, and UDPTransport.

◆ disconnect()

virtual bool Transport::disconnect ( )
pure virtual

Implemented in TCPTransport, and UDPTransport.

◆ get_device_ip()

std::string Transport::get_device_ip ( )
inline

Definition at line 50 of file transport.h.

◆ get_host_ip()

std::string Transport::get_host_ip ( )
inline

Definition at line 45 of file transport.h.

◆ get_port()

std::string Transport::get_port ( )
inline

Definition at line 40 of file transport.h.

◆ get_type()

transport_type Transport::get_type ( )
inline

Definition at line 55 of file transport.h.

◆ is_connected()

bool Transport::is_connected ( )
inline

Definition at line 60 of file transport.h.

◆ read()

virtual bool Transport::read ( boost::array< uint8_t, 4096 > &  buf,
size_t &  len 
)
pure virtual

Implemented in TCPTransport, and UDPTransport.

◆ readWithTimeout()

virtual bool Transport::readWithTimeout ( boost::array< uint8_t, 4096 > &  buf,
size_t &  len,
const uint32_t  expiry_time 
)
pure virtual

Implemented in TCPTransport, and UDPTransport.

◆ set_port()

void Transport::set_port ( std::string  port)
inline

Definition at line 35 of file transport.h.

Member Data Documentation

◆ address_

std::string Transport::address_
protected

Definition at line 66 of file transport.h.

◆ host_ip_

std::string Transport::host_ip_
protected

Definition at line 67 of file transport.h.

◆ io_service_

std::shared_ptr<boost::asio::io_service> Transport::io_service_
protected

Definition at line 71 of file transport.h.

◆ is_connected_

bool Transport::is_connected_
protected

Definition at line 69 of file transport.h.

◆ port_

std::string Transport::port_
protected

Definition at line 68 of file transport.h.

◆ timer_

std::shared_ptr<boost::asio::deadline_timer> Transport::timer_
protected

Definition at line 72 of file transport.h.

◆ timer_result_

boost::optional<boost::system::error_code> Transport::timer_result_
protected

Definition at line 73 of file transport.h.

◆ type_

transport_type Transport::type_
protected

Definition at line 70 of file transport.h.


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


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35