MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostly_harmless::core::ProcessContext Struct Reference

Container for context passed to IEngine::process. More...

#include <mostlyharmless_IEngine.h>

Public Attributes

marvin::containers::BufferView< float > buffer
 
std::optional< mostly_harmless::TransportStatetransportState
 

Detailed Description

Container for context passed to IEngine::process.

Member Data Documentation

◆ buffer

marvin::containers::BufferView<float> mostly_harmless::core::ProcessContext::buffer

A non owning view into the current buffer slice, passed by runBlockDispatch.

◆ transportState

std::optional<mostly_harmless::TransportState> mostly_harmless::core::ProcessContext::transportState

If provided by the host, contains the last reported transport info. std::nullopt otherwise.


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