Changes between Version 18 and Version 19 of ErlangShellInterface


Ignore:
Timestamp:
Jul 11, 2012, 3:54:00 PM (12 years ago)
Author:
manualwiki
Comment:

fbs

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v18 v19  
    385385ri:print_dep([{level, func}, {gnode, ["cycle4:f5/1"]}]). 
    386386}}} 
     387 
     388=== Function block dependencies === 
     389In large systems, sets of applications (which themselves consist of several modules) are organised into bigger units; keeping in line with Ericsson terminology, we shall call these function blocks. We also seek dependencies between them, which is conceptually similar to dependencies between modules: a function block FB1 is dependent on a function block FB2 if a module from FB1 is dependent on one from FB2. This examination is also available from the command-line interface. You can read about the usage and about the topic on [[/wiki/Dependency/FunctionBlocks|Function blocks]] page.  
    387390 
    388391=== Logical layers analysis ===