In this example, the module is called l
ight.c:
● types.h — Basic type definitions for condition, events, data-items etc.
● <gds_name>.h — If you used Global Definition Sets in the design, the GDSs will have corresponding header files in the generated code. They are included by all modules in the code.
● light.h — Header file for the local module.
● <compilation_profile_name>main.h - Definition of all intermodules shared data. Note that all the data elements shared by more than one module are defined in the main module.
● user_activities.h - Prototypes for the user-written activities for which stubs were requested in the profile.