PCIeSinkOptions Struct
Declaration
struct simaai::neat::PCIeSinkOptions { ... }
Included Headers
#include <PCIeSink.h>
Public Member Attributes Index
| std::string | config_file |
| std::string | data_buf_name = "overlay" |
| int | data_buffer_size = 4194304 |
| int | num_buffers = 5 |
| int | queue = 0 |
| std::string | param_buf_name = "camera_params" |
| int | param_buffer_size = 48 |
| bool | use_multi_buffers = false |
| bool | sync = true |
| bool | async_state = true |
| int64_t | max_lateness_ns = -1 |
| uint64_t | processing_deadline_ns = 20000000 |
| bool | transmit_kpi = false |
| bool | qos = false |
Definition at line 17 of file PCIeSink.h.
Public Member Attributes
async_state
|
Definition at line 32 of file PCIeSink.h.
32 bool async_state = true;
config_file
|
Definition at line 19 of file PCIeSink.h.
19 std::string config_file;
data_buf_name
|
Definition at line 20 of file PCIeSink.h.
20 std::string data_buf_name = "overlay";
data_buffer_size
|
Definition at line 21 of file PCIeSink.h.
21 int data_buffer_size = 4194304;
max_lateness_ns
|
Definition at line 33 of file PCIeSink.h.
33 int64_t max_lateness_ns = -1;
num_buffers
|
Definition at line 22 of file PCIeSink.h.
22 int num_buffers = 5;
param_buf_name
|
Definition at line 26 of file PCIeSink.h.
26 std::string param_buf_name = "camera_params";
param_buffer_size
|
Definition at line 27 of file PCIeSink.h.
27 int param_buffer_size = 48;
processing_deadline_ns
|
Definition at line 34 of file PCIeSink.h.
34 uint64_t processing_deadline_ns = 20000000;
qos
|
Definition at line 38 of file PCIeSink.h.
queue
|
Definition at line 23 of file PCIeSink.h.
sync
|
Definition at line 31 of file PCIeSink.h.
transmit_kpi
|
Definition at line 37 of file PCIeSink.h.
37 bool transmit_kpi = false;
use_multi_buffers
|
Definition at line 28 of file PCIeSink.h.
28 bool use_multi_buffers = false;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.