Contents Menu Expand Light mode Dark mode Auto light/dark mode
PMP documentation
Light Logo Dark Logo

IProcessingBlock¶

interface IProcessingBlock : public INamed, public IEventSource, public System.IDisposable¶

IDictionary<string, IFilter> IProcessingBlock.Filters { get; }

IDictionary<string, IInput> IProcessingBlock.Inputs { get; }

IDictionary<string, ISignal> IProcessingBlock.Signals { get; }

IDictionary<string, IUpdatable> IProcessingBlock.Updatables { get; }

double IProcessingBlock.Period { get; set; }

double IProcessingBlock.ExecutionBudget { get; set; }

ExecutionType IProcessingBlock.ExecutionType { get; set; }

bool IProcessingBlock.CalculationStart { get; set; }

Next
Properties
Previous
StartConditions
| Created using Sphinx and Furo theme.