Skip to main content

SimaRenderOptions Struct

Construction options for a SimaRender Node. More...

Declaration

struct simaai::neat::SimaRenderOptions { ... }

Included Headers

#include <SimaRender.h>

Public Member Attributes Index

std::stringconfig_path

Optional path to an external render config JSON. More...

intsima_allocator_type = 2

SiMa DMA allocator selector (board-specific; default 2). More...

boolsilent = true

If true, suppress element-level diagnostic logging. More...

boolemit_signals = false

Enable GStreamer signal emission for buffer hand-off. More...

booltransmit = false

If true, transmit results downstream via the element's transport. More...

Description

Construction options for a SimaRender Node.

Definition at line 27 of file SimaRender.h.

Public Member Attributes

config_path

std::string simaai::neat::SimaRenderOptions::config_path

Optional path to an external render config JSON.

Definition at line 28 of file SimaRender.h.

28 std::string config_path;

emit_signals

bool simaai::neat::SimaRenderOptions::emit_signals = false

Enable GStreamer signal emission for buffer hand-off.

Definition at line 31 of file SimaRender.h.

31 bool emit_signals = false;

silent

bool simaai::neat::SimaRenderOptions::silent = true

If true, suppress element-level diagnostic logging.

Definition at line 30 of file SimaRender.h.

30 bool silent = true;

sima_allocator_type

int simaai::neat::SimaRenderOptions::sima_allocator_type = 2

SiMa DMA allocator selector (board-specific; default 2).

Definition at line 29 of file SimaRender.h.

transmit

bool simaai::neat::SimaRenderOptions::transmit = false

If true, transmit results downstream via the element's transport.

Definition at line 32 of file SimaRender.h.

32 bool transmit = false;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.