OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TransportStrategy.h>
Public Member Functions | |
virtual | ~TransportStrategy () |
virtual int | start ()=0 |
virtual void | stop ()=0 |
![]() | |
virtual | ~RcObject () |
virtual void | _add_ref () |
virtual void | _remove_ref () |
long | ref_count () const |
WeakObject * | _get_weak_object () const |
Additional Inherited Members | |
![]() | |
RcObject () | |
This class is the interface through which DataLink uses TransportReceiveStrategy.
Definition at line 24 of file TransportStrategy.h.
|
virtual |
Definition at line 11 of file TransportStrategy.cpp.
|
pure virtual |
|
pure virtual |