Real-Time C++ General group properties for UML capsules

The following C++ properties in the General group are associated with UML capsules. Properties for UML elements are listed in the order in which they appear in the Properties view, on the RT Properties page.
Header Preface
Specifies a block of C++ code to include in the generated code of the capsule class header, just after any generated #include directives and just before the generated capsule declarations. Code can include comments, #define directives, #include directives, and declarations.
Header Ending
Specifies a block of C++ code to include at the end of the generated code for the capsule class header. The header ending is generated after the generated capsule declarations.
Implementation Preface
Specifies a block of C++ code to include in the generated code of the capsule class implementation, just after any generated #include directives and before the generated capsule definitions. Code can include comments, #define directives, #include directives, and declarations.
Implementation Ending
Specifies a block of C++ code to include at the end of the generated code for the capsule class implementation. The implementation ending is generated after the generated capsule definitions.
Public Declarations
Specifies text that appears in a public section in the capsule class.
Protected Declarations
Specifies text that appears in a protected section of the capsule class.
Private Declarations
Specifies text that appears in a private section of the capsule class.

Feedback