File header

The C_CG::File::SpecificationHeader property specifies the multiline header to be generated at the beginning of specification files.

The default content for the SpecificationHeader property in C is as follows:

/*******************************************************
       Rational Rhapsody Developer for C      : $Rational RhapsodyVersion 
    Login             : $Login
    Component         : $ComponentName 
    Configuration     : $ConfigurationName
    Model Element     : $FullModelElementName
//! Generated Date    : $CodeGeneratedDate 
    File Path         : $FullCodeGeneratedFileName
*******************************************************/

Header format strings can contain any of the following keywords:

To avoid redundant compilation, Rational Rhapsody avoids unnecessary changes to specific lines prefixed with a special string, defined by the C_CG::File::DiffDelimiter property. The default DiffDelimiter value is //!. The keywords are resolved in the following order:

Note the following:


Feedback