SeaBreeze
Public Member Functions | Protected Member Functions | Protected Attributes
seabreeze::TCPIPv4SocketBus Class Referenceabstract
Inheritance diagram for seabreeze::TCPIPv4SocketBus:
Inheritance graph
Collaboration diagram for seabreeze::TCPIPv4SocketBus:
Collaboration graph

Public Member Functions

virtual SocketgetSocketDescriptor ()
 
virtual BusFamily getBusFamily () const
 
virtual void setLocation (const DeviceLocatorInterface &location)
 
virtual DeviceLocatorInterfacegetLocation ()
 
virtual TransferHelpergetHelper (const std::vector< ProtocolHint * > &hints) const
 
virtual bool open ()=0
 
virtual void close ()=0
 

Protected Member Functions

void addHelper (ProtocolHint *hint, TransferHelper *helper)
 
void clearHelpers ()
 

Protected Attributes

Socketsocket
 
DeviceLocatorInterfacedeviceLocator
 
std::vector< ProtocolHint * > helperKeys
 
std::vector< TransferHelper * > helperValues
 

Member Function Documentation

◆ getBusFamily()

virtual BusFamily seabreeze::TCPIPv4SocketBus::getBusFamily ( ) const
virtual

Implements seabreeze::Bus.

◆ setLocation()

virtual void seabreeze::TCPIPv4SocketBus::setLocation ( const DeviceLocatorInterface location)
virtual

Implements seabreeze::Bus.

◆ getLocation()

virtual DeviceLocatorInterface * seabreeze::TCPIPv4SocketBus::getLocation ( )
virtual

Implements seabreeze::Bus.

◆ getHelper()

virtual TransferHelper * seabreeze::TCPIPv4SocketBus::getHelper ( const std::vector< ProtocolHint * > &  hints) const
virtual

Implements seabreeze::Bus.

◆ open()

virtual bool seabreeze::TCPIPv4SocketBus::open ( )
pure virtual

Implements seabreeze::Bus.

◆ close()

virtual void seabreeze::TCPIPv4SocketBus::close ( )
pure virtual

Implements seabreeze::Bus.


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