Transport

TODO

Transport objects in C++ are referenced by the following shared pointer typedef:

typedef std::shared_ptr<rogue::protocols::rssi::Transport> rogue::protocols::rssi::TransportPtr

The Transport class description is shown below:

class Transport : public rogue::interfaces::stream::Master, public rogue::interfaces::stream::Slave

RSSI Transport Class.

Public Functions

Transport()

Creator.

~Transport()

Destructor.

void setController(std::shared_ptr<rogue::protocols::rssi::Controller> cntl)

Setup links.

virtual void acceptFrame(std::shared_ptr<rogue::interfaces::stream::Frame> frame)

Accept a frame from master.

Public Static Functions

static std::shared_ptr<rogue::protocols::rssi::Transport> create()

Class creation.

static void setup_python()

Setup class in python.