dcsext.interfaces
interfaces - reusable interface and pattern classes.
Contents
Description
Namespace aggregating the interface submodules:
Command- deferred function scheduled by the DCS schedulerEventHandler- common way for objects to process DCS eventsObservable- observer pattern supportState- finite state machine state base class
Fields
_t.Command
Deferred function scheduled by the DCS scheduler.
_t.EventHandler
Common way for objects to process DCS events.
_t.Observable
Observer pattern support.
_t.State
Finite state machine state base class.