Arch Sub-System: ArchContext

01 This sub-system contains the main context class for the Semys architecture.
02 The ArchContext class covers the basic initialization of both the Semys library and architecture.
03 It performs the following tasks:
  • Initialization of Semys Lib during creation and deinitialization during destruction.
  • Registers a listener for library traces to the Trace facility of the architecture.
  • Registers the MessageCreator of the architecture message group.
04 An ArchContext object should be created soon at process startup and destroyed at the end of the process.

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.