파일 헤더

C_CG::File::SpecificationHeader 특성은 스펙 파일의 맨 앞에 생성될 다중 행 헤더를 지정합니다.

C에서 SpecificationHeader 특성에 대한 기본 컨텐츠는 다음과 같습니다.

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

헤더 형식 문자열은 다음 키워드를 포함할 수 있습니다.

중복 컴파일을 방지하기 위해, Rational RhapsodyC_CG::File::DiffDelimiter 특성에 정의된 특수 문자열이 접두부로 붙여진 특정 행에 대해 불필요한 변경사항을 방지합니다. 기본 DiffDelimiter 값은 //!입니다. 키워드는 다음 순서로 분석됩니다.

다음에 유의하십시오.


피드백