Skip to main content

StageOutMsg Struct

A single output message produced by a StageExecutor. More...

Declaration

struct simaai::neat::graph::StageOutMsg { ... }

Included Headers

#include <StageExecutor.h>

Public Member Attributes Index

PortIdout_port = kInvalidPort

Output port id to emit on. More...

Samplesample

The sample payload. More...

Description

A single output message produced by a StageExecutor.

The runtime routes this to all edges originating at out_port on this stage.

Definition at line 44 of file StageExecutor.h.

Public Member Attributes

out_port

PortId simaai::neat::graph::StageOutMsg::out_port = kInvalidPort

Output port id to emit on.

Definition at line 45 of file StageExecutor.h.

45 PortId out_port = kInvalidPort;

sample

Sample simaai::neat::graph::StageOutMsg::sample

The sample payload.

Definition at line 46 of file StageExecutor.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.