Struct BcstIntraMessageIf

Struct Documentation

struct dish2::BcstIntraMessageIf

Conditionally broadcast a message to co-cardinals.

If reg[arg_0] is nonzero, generates a message tagged with the instruction’s tag that contains the core’s current register state. Broadcasts this message to every other cardinal within the cell.

Public Static Functions

template<typename Spec>
void run(sgpl::Core<Spec> &core, const sgpl::Instruction<Spec> &inst, const sgpl::Program<Spec>&, typename Spec::peripheral_t &peripheral) noexcept
std::string name()
size_t prevalence()
template<typename Spec>
auto descriptors(const sgpl::Instruction<Spec> &inst)
template<typename Spec>
std::set<std::string> categories(const sgpl::Instruction<Spec>&)