Skip to main content

SimaArgMaxOptions Struct

Construction options for a SimaArgMax Node. More...

Declaration

struct simaai::neat::SimaArgMaxOptions { ... }

Included Headers

#include <SimaArgMax.h>

Public Member Attributes Index

std::stringconfig_path

Optional path to an external argmax 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 SimaArgMax Node.

Definition at line 26 of file SimaArgMax.h.

Public Member Attributes

config_path

std::string simaai::neat::SimaArgMaxOptions::config_path

Optional path to an external argmax config JSON.

Definition at line 27 of file SimaArgMax.h.

27 std::string config_path;

emit_signals

bool simaai::neat::SimaArgMaxOptions::emit_signals = false

Enable GStreamer signal emission for buffer hand-off.

Definition at line 30 of file SimaArgMax.h.

30 bool emit_signals = false;

silent

bool simaai::neat::SimaArgMaxOptions::silent = true

If true, suppress element-level diagnostic logging.

Definition at line 29 of file SimaArgMax.h.

29 bool silent = true;

sima_allocator_type

int simaai::neat::SimaArgMaxOptions::sima_allocator_type = 2

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

Definition at line 28 of file SimaArgMax.h.

transmit

bool simaai::neat::SimaArgMaxOptions::transmit = false

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

Definition at line 31 of file SimaArgMax.h.

31 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.