The MicroC Framework (mxf) supports the Extended
Execution model definitions.
MicroC Framework (mxf) capabilities
The
MicroC Framework (mxf) supports the Execution Scheme that
contains the Execution Manager, the Executable selections,
and for theActivation Policy class.
The
properties that provide support compile-time initialization are:
- C_CG:Configuration:InitializingMode - This
property refers to data of Object Execution Framework (OXF), Direct Flowports, and Relations.
- RunTime (Default) – The data is initialized at run
time.
- CompileTime – The data is initialized at compile
time.
- ByCategory – The data is initialized according to
the definition of the category.
- C_CG:Configuration:DirectFlowPortsInitializingMode
- RunTime (Default) – The data is initialized at run
time.
- CompileTime – The data is initialized at compile
time.
- C_CG:Configuration:FrameworkInitializingMode
- RunTime (Default) – The data is initialized at run
time.
- CompileTime – The data is initialized at compile
time.
- C_CG:Configuration:RelationInitializingMode
- RunTime (Default) – The data is initialized at run
time.
- CompileTime – The data is initialized at compile
time.
Compile time configuration of mxf
The mxf sources compiles
with the application. All mxf sources include <ExtendedCOxf_cfg.h> that
is generated with application. The <ExtendedCOxf_cfg.h> is
defined through the property C_CG:Configuration:EXTCOxfCfgTemplate that
enables various options and configurations specific to the application.