TSignalConnectItem::Dirty Property

__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;

Used internally to signal new data.

Read: bool GetDirty();
Write: void SetDirty(const bool Value);
Remarks:

Used internally to signal if the Input has been updated or not. The Input property must be set by the component connected to the Input property as soon as it has fresh data. Set this property from inside InternalUpdate or InternalPull when developing new signal processing component.

Declared in Dew::Signal::TSignalConnectItem · Dew.Signal/SignalTools.h · Cross-compiler