Skip to main content

NodeReport Struct

Declaration

struct simaai::neat::NodeReport { ... }

Included Headers

#include <SessionReport.h>

Public Member Attributes Index

intindex = -1
std::stringkind
std::stringuser_label
std::stringbackend_fragment
std::vector< std::string >elements

Definition at line 36 of file SessionReport.h.

Public Member Attributes

backend_fragment

std::string simaai::neat::NodeReport::backend_fragment

Definition at line 40 of file SessionReport.h.

40 std::string backend_fragment; // fragment with names

elements

std::vector<std::string> simaai::neat::NodeReport::elements

Definition at line 41 of file SessionReport.h.

41 std::vector<std::string> elements; // element names owned by this node

index

int simaai::neat::NodeReport::index = -1

Definition at line 37 of file SessionReport.h.

37 int index = -1;

kind

std::string simaai::neat::NodeReport::kind

Definition at line 38 of file SessionReport.h.

38 std::string kind; // "FileInput", "H264Decode", ...

user_label

std::string simaai::neat::NodeReport::user_label

Definition at line 39 of file SessionReport.h.

39 std::string user_label; // optional user-supplied label

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.