6.11 Propagation of Changes
Within a multi user environment it is common, that more than one DTM have access to the same data set.
To synchronize DTMs which are started by several users on different workplaces FDT provides a
notification mechanism via OnParameterChanged(). Precondition for this event mechanism is that all
changed data are stored by the DTM or by the Frame Application. All other DTMs have read access only.
Furthermore all DTMs which are responsible for a device instance must have a common agreement
about the contents and schema of the XML document send for propagation of changes. Tthe Frame
Application only passes the document to all DTMs which have a reference to the same data set.

Used methods:
IDtmApplication::StartApplication()
IDtmEvents::OnParameterChanged()
IFdtEvents::OnParameterChanged()
|