跳至主要内容

ValidateOptions Struct

Options for Graph::validate(). More...

Declaration

struct simaai::neat::ValidateOptions { ... }

Included Headers

#include <GraphOptions.h>

Public Member Attributes Index

boolparse_launch = true

Build the GStreamer pipeline string and verify element naming. More...

boolenforce_names = true

Check optional element ownership; integrity is always enforced. More...

Description

Options for Graph::validate().

Validation runs structural contracts; with parse_launch=true it also asks GStreamer to parse the generated pipeline string (catches plugin-availability issues). Final launch-name integrity is mandatory during every build, independent of these options. With enforce_names=true, validation additionally checks Node ownership/attribution for elements.

Definition at line 218 of file GraphOptions.h.

Public Member Attributes

enforce_names

bool simaai::neat::ValidateOptions::enforce_names = true

Check optional element ownership; integrity is always enforced.

Definition at line 220 of file GraphOptions.h.

parse_launch

bool simaai::neat::ValidateOptions::parse_launch = true

Build the GStreamer pipeline string and verify element naming.

Definition at line 219 of file GraphOptions.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.