RTOS adapter is a special driver in Processor Expert which is internally used in the code generation process to generate the constructions specific for the selected RTOS. The standard Processor Expert component generates the code based on its properties. Such code defines methods that can be called from the application code. RTOS adapter driver works in a different way. RTOS adapter driver does not define methods that can be called, but it provides methods (subroutines in Processor Expert) that can be called during a code generation process. RTOS adapter driver subroutines generate code fragments that are directly placed into the generated code of LDD components in the project.
This chapter explains: