Skip to main content

SessionReport Struct

Declaration

struct simaai::neat::SessionReport { ... }

Included Headers

#include <SessionReport.h>

Public Member Functions Index

std::stringto_json () const

Public Member Attributes Index

std::stringpipeline_string
std::stringerror_code
std::vector< NodeReport >nodes
std::vector< BusMessage >bus
std::vector< BoundaryFlowStats >boundaries
std::stringcaps_dump
std::vector< std::string >dot_paths
std::stringrepro_gst_launch
std::stringrepro_env
std::stringrepro_note
boolhas_build_adaptation = false
BuildAdaptationSummarybuild_adaptation

Definition at line 76 of file SessionReport.h.

Public Member Functions

to_json()

std::string simaai::neat::SessionReport::to_json ()

Definition at line 100 of file SessionReport.h.

Public Member Attributes

boundaries

std::vector<BoundaryFlowStats> simaai::neat::SessionReport::boundaries

Definition at line 84 of file SessionReport.h.

84 std::vector<BoundaryFlowStats> boundaries;

build_adaptation

BuildAdaptationSummary simaai::neat::SessionReport::build_adaptation

bus

std::vector<BusMessage> simaai::neat::SessionReport::bus

Definition at line 83 of file SessionReport.h.

83 std::vector<BusMessage> bus;

caps_dump

std::string simaai::neat::SessionReport::caps_dump

Definition at line 87 of file SessionReport.h.

87 std::string caps_dump;

dot_paths

std::vector<std::string> simaai::neat::SessionReport::dot_paths

Definition at line 88 of file SessionReport.h.

88 std::vector<std::string> dot_paths;

error_code

std::string simaai::neat::SessionReport::error_code

Definition at line 80 of file SessionReport.h.

80 std::string error_code;

has_build_adaptation

bool simaai::neat::SessionReport::has_build_adaptation = false

Definition at line 96 of file SessionReport.h.

96 bool has_build_adaptation = false;

nodes

std::vector<NodeReport> simaai::neat::SessionReport::nodes

Definition at line 82 of file SessionReport.h.

82 std::vector<NodeReport> nodes;

pipeline_string

std::string simaai::neat::SessionReport::pipeline_string

Definition at line 77 of file SessionReport.h.

77 std::string pipeline_string;

repro_env

std::string simaai::neat::SessionReport::repro_env

Definition at line 92 of file SessionReport.h.

92 std::string repro_env; // env vars suggestion (GST_DEBUG, DOT dir)

repro_gst_launch

std::string simaai::neat::SessionReport::repro_gst_launch

Definition at line 91 of file SessionReport.h.

91 std::string repro_gst_launch; // gst-launch-1.0 -v '...'

repro_note

std::string simaai::neat::SessionReport::repro_note

Definition at line 93 of file SessionReport.h.

93 std::string repro_note; // human summary + hint

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.