Template Struct NopState

Inheritance Relationships

Base Type

  • public uitsl::PodLeafNode< float, Spec::AMT_NOP_MEMORY >

Struct Documentation

template<typename Spec>
struct dish2::NopState : public uitsl::PodLeafNode<float, Spec::AMT_NOP_MEMORY>

Writing to this state has no external effect.

It can be used as global memory shared between cores of a cardinal’s virtual CPU.

Public Types

using parent_t = uitsl::PodLeafNode<float, Spec::AMT_NOP_MEMORY>