Namespace DuetControlServer.Model
Classes
Expressions
Class providing functions for expression testing and evaluation
Filter
Provides filter functionality to get partial object model data
ItemPathNode
Node of an object model path pointing to a list item
Observer
Partial class implementation of the observer for generic helpers
PeriodicUpdater
Static class that updates the machine model in certain intervals
Provider
Provider for the machine's object model to provides thread-safe read/write access. Make sure to access the machine model only when atomic operations are performed so that pending updates can be performed as quickly as possible.
Updater
Static helper class to merge the RepRapFirmware object model with ours
Enums
PropertyChangeType
Type of path modification
Delegates
Expressions.CustomAsyncFunctionResolver
Delegate for asynchronously resolving custom meta G-code fuctions
Observer.PropertyPathChanged
Delegate to call when a property is being changed