InverterV1

TODO

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

typedef std::shared_ptr<rogue::protocols::batcher::InverterV1> rogue::protocols::batcher::InverterV1Ptr

The InverterV1 class description is shown below:

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

AXI Stream FIFO.

Public Functions

InverterV1()

Creator.

~InverterV1()

Deconstructor.

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::batcher::InverterV1> create()

Class creation.

static void setup_python()

Setup class in python.