Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How you manage configuration changes for your components us up to you; there is no fixed method. However following method is the standard employed by QBik:

  • User changes some configuration informationin your UI component.
  • UI module component sends changes to the WinGate engine using CommsSend.
  • WinGate engine persists changes and broadcasts them the message back out to all connected WMCs calling with CommsSend. Even to the original one that sent the changes in the first place.
  • WMCs receive configuration change messages and update their internal state.

...