MicroC Code Generator : Scope Definition : Creating a Sample Profile : Splitting Activity Chart Hierarchy

Splitting Activity Chart Hierarchy

You can create a module from hierarchy sub-trees. For example, referring to the following chart hierarchy:

AA
BB
CC

It is possible to include CC and BB in separate modules A1 and A2 as follows:

Module A1:
Scope AA, CC
Module A2:
Scope BB.