The CppFeaApp is a mock of a FEA application.

The instance of the class NativeFeaApi is created in the method CCppFeaDlg::OnRunCheckbotClick. It is the implementation of the interface SafProviderBase. The interface provides the basic information which are needed for creating Checkbot project. There is also the function ExportToSafFile which is called when Checkbot is requesting data from the FEA.

To be able to run Checkbot the exported function RunCheckbot should be called.

The example provides a static SAF data but the real implementation should generate a SAF file on a request in the real implementation of ExportToSaf