OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::TransportStrategy Class Referenceabstract

#include <TransportStrategy.h>

Inheritance diagram for OpenDDS::DCPS::TransportStrategy:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::TransportStrategy:
Collaboration graph
[legend]

Public Member Functions

virtual ~TransportStrategy ()
 
virtual int start ()=0
 
virtual void stop ()=0
 
- Public Member Functions inherited from OpenDDS::DCPS::RcObject
virtual ~RcObject ()
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
long ref_count () const
 
WeakObject_get_weak_object () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Detailed Description

This class is the interface through which DataLink uses TransportReceiveStrategy.

Definition at line 24 of file TransportStrategy.h.

Constructor & Destructor Documentation

◆ ~TransportStrategy()

OpenDDS::DCPS::TransportStrategy::~TransportStrategy ( )
virtual

Definition at line 11 of file TransportStrategy.cpp.

12 {
13 }

Member Function Documentation

◆ start()

virtual int OpenDDS::DCPS::TransportStrategy::start ( )
pure virtual

◆ stop()

virtual void OpenDDS::DCPS::TransportStrategy::stop ( )
pure virtual

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