Module core

Source

Structs§

Buffer
A block that simply stores all messages it receives.
Const
A block for sending a constant value.
Count
A block that counts the number of messages it receives, while optionally passing them through.
Delay
A block that passes messages through while delaying them by a fixed or random duration.
Drop
A block that simply discards all messages it receives.
Random
A block for generating and sending a random value.

Enums§

CoreBlockConfig
CoreBlockTag

Traits§

CoreBlocks