9#ifndef LLNETIO_RTMS_CCF_RECEIVER_HPP_
10#define LLNETIO_RTMS_CCF_RECEIVER_HPP_
14#include <ifw/rtmslib_llnetio/rtmsReceiver.hpp>
15#include <ifw/rtmslib_llnetio/sampleExtInfo.hpp>
45 const std::string& interface_name,
47 const ifw::fnd::datatype::DataType data_type,
51 const uint16_t mtu_size,
52 const ifw::rtmslib::ExtendedInfoMode ext_info_mode,
53 const int32_t topic_id);
63 std::vector<uint8_t>& sample_payload);
Frame class used to store the data and metadata for one frames received from the camera.
Definition dataFrame.hpp:20
The FrameQueue class implements a queue, to manage a set of CCF DataFrame instances as a ring buffer.
Definition frameQueue.hpp:17