Examples of Simple Blocks
In addition to the block GenericWrapperBlock, several simple blocks are made available in the palette of the WrapperCodeGenerator library.

These blocks are not associated with any specific target; the code snippets to be placed in main.c can be specified as block parameters. These can be used to create simple wrapper blocks for any target, but their usage should be limited to testing and validation. There is no reason to expose the code snippets for different callbacks corresponding to wrapper blocks to the end user.
It is also good practice to regroup all the callback snippets of the wrapper blocks of a target in an OML library block file. This centralized approach facilitates the development and maintenance of the library.