Generate Framework Classes

You get this window after you have selected a component package to generate and clicked OK on the initial "Generate Framework Classes" window.

When you click Start on this window, the generate process begins. The progress of the generate process is displayed here also.

Figure 7-8 Generate Framework Classes


 

Fields

Table 7-4 explains the read-only fields on this window.

Table 7-4 Generate Framework Classes

Field Description

Directory

Reflects the file generation directory path as specified in the Generation Settings window. This is where the generated files will be placed.

For more information on this setting, refer to the window reference topic for Generation Settings, or the task description Specifying Generation Settings.

For information on the generated files directory structure, refer to Generated Files Directory Structure.

Phase

Indicates the current generate phase. The control class generation consists of the following phases:

  1. Loading the required data from the model

  2. Generating the C++ code

  3. Generating the make file

  4. Generating the FML field table file

Status

Indicates what objects are being accessed in the model. Results of the generation are written to the project root directory, which is displayed in the dialog.


 

Buttons

Click Start to begin the generate process. (Or click Cancel to close the window without starting the generate process.)
 

Phases

When you click Start, this window remains open to show the progress of the generate process. When the generate process is finished, the window confirms the success of the generate and the Cancel button changes to a Close button as shown in Figure 7-9.

Figure 7-9 Generate Process Complete


 

Close Button

Click Close to close the window when the generate process is finished.
 

See Also

Select Component Package to Generate, Generating Classes, Testing Default Service Implementations