#include <TransportStrategy.h>
Public Member Functions | |
virtual | ~TransportStrategy () |
virtual int | start ()=0 |
virtual void | stop ()=0 |
This class is the interface through which DataLink uses TransportReceiveStrategy.
Definition at line 24 of file TransportStrategy.h.
OpenDDS::DCPS::TransportStrategy::~TransportStrategy | ( | ) | [virtual] |
Definition at line 11 of file TransportStrategy.cpp.
virtual int OpenDDS::DCPS::TransportStrategy::start | ( | ) | [pure virtual] |
virtual void OpenDDS::DCPS::TransportStrategy::stop | ( | ) | [pure virtual] |