Real-Time C++ General group properties for UML usage and dependency relationships

The following C++ properties in the General group are associated with UML usage and dependency relationships.
Kind In Header
Specifies the representation of the dependency in the header file of the source class. You can set one of the following options:
  • Inclusion: Includes the header file for the target class
  • Forward reference: Declares a forward reference to the target class
  • None: A dependency is not generated in the header
Kind In Implementation
Specifies the representation of the dependency in the implementation file of the source class. You can set one of the following options:
  • Inclusion: Includes the header file for the target class
  • Forward reference: Declares a forward reference to the target class
  • None: A dependency is not generated in the implementation

Feedback