Module roboplc::controller

source ·
Expand description

Controller and workers

Modules§

Structs§

  • The context type is used to give workers access to the controller’s hub, state, and shared variables.
  • Controller, used to manage workers and their context
  • Controller state beacon. Can be cloned and shared with no limitations.

Enums§

Constants§

Traits§

  • The trait which MUST be implemented by all workers
  • The trait which MUST be implemented by all workers

Type Aliases§

  • Result type, which must be returned by workers’ run method

Derive Macros§

  • Automatically implements the WorkerOptions trait for a worker struct