53 std::shared_ptr<rogue::protocols::rssi::Controller> cntl_;
57 std::thread* thread_ =
nullptr;
58 std::atomic<bool> threadEn_{
false};
76 static std::shared_ptr<rogue::protocols::rssi::Application>
create();
101 void setController(std::shared_ptr<rogue::protocols::rssi::Controller> cntl);
113 std::shared_ptr<rogue::interfaces::stream::Frame>
acceptReq(uint32_t size,
bool zeroCopyEn);
119 void acceptFrame(std::shared_ptr<rogue::interfaces::stream::Frame> frame);