Search code examples
omnet++

Decomposition of the AdhocHost compound module into simple modules


In order to analyze and understand the behavior of the AdhocHost compound module, especially in the use of its signals, it has better to extract its simple modules from its complex module(s). Does anyone have documentation of the break down of this complex module into simple modules? In the AdhocHost compound module documentation, there is some details about the AdhocHost module. Thanks


Solution

  • Open a simulation in Qtenv where an Adhoc host is present and explore its internals by double clicking various modules. Whenever you reach a point where you cannot go deeper, that's a simple module. You can do the same in the left side property inspector where you can display the components in a tree view.