Skip to main content

StageMsg Struct

A single input message handed to a StageExecutor. More...

Declaration

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

Included Headers

#include <StageExecutor.h>

Public Member Attributes Index

PortIdin_port = kInvalidPort

Input port id this sample arrived on. More...

Samplesample

The sample payload. More...

Description

A single input message handed to a StageExecutor.

Carries the sample plus the input port it arrived on, so multi-input stages can dispatch on in_port.

Definition at line 33 of file StageExecutor.h.

Public Member Attributes

in_port

PortId simaai::neat::graph::StageMsg::in_port = kInvalidPort

Input port id this sample arrived on.

Definition at line 34 of file StageExecutor.h.

34 PortId in_port = kInvalidPort;

sample

Sample simaai::neat::graph::StageMsg::sample

The sample payload.

Definition at line 35 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.