USRP Hardware Driver and USRP Manual  Version: 003.009.000-0-gcd88f80f
UHD and USRP Manual
uhd::uart_iface Class Referenceabstract

#include <uhd/types/serial.hpp>

Public Types

typedef boost::shared_ptr< uart_ifacesptr
 

Public Member Functions

virtual ~uart_iface (void)
 
virtual void write_uart (const std::string &buf)=0
 
virtual std::string read_uart (double timeout)=0
 

Detailed Description

UART interface to write and read bytes.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<uart_iface> uhd::uart_iface::sptr

Constructor & Destructor Documentation

◆ ~uart_iface()

virtual uhd::uart_iface::~uart_iface ( void  )
virtual

Member Function Documentation

◆ read_uart()

virtual std::string uhd::uart_iface::read_uart ( double  timeout)
pure virtual

Read from a serial port. Reads until complete line or timeout.

Parameters
timeoutthe timeout in seconds
Returns
the data read from the serial port

◆ write_uart()

virtual void uhd::uart_iface::write_uart ( const std::string &  buf)
pure virtual

Write to a serial port.

Parameters
bufthe data to write

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