Activity SSCF: SSCF Generation only for the Philips version

Extend VendingMachine.prj with the following task for SSCF generation:

Generate CPP {
   cppTask for interface IService
}
  • Execute the CommaSuite workflow and navigate to folder src-gen/cpp11. It contains the generated C proxy code following the SSCF conventions. Code for C 98 is generated in folder src-gen/cpp98.

Also CLI code can be generated. When the specification includes user defined primitive types that are not based on a CommaSuite primitive type, or when CommaSuite primitive types such as real, string or integer need to be mapped to custom implementation types, then a type mapping task is needed. See the CommaSuite help for more information.