MATRIXx

cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing tpl library functions

Is there a way to customize TPL library function "define_subsystem"?
Can the same functionality be broken down to series of TPL tokens such that the user can modify parts of that?
0 Kudos
Message 1 of 2
(6,663 Views)
Ziggy,
Define_subsystem is one of the base function in TPL it can not be broken down further. Some parts of it can be implemented in alternate ways. For example the function prototype can be built up using other tokens. This is done in gen_tasks_decl of c_core.tpl. Other parts such as generating the code corresponding to the blocks is not be possible.

Carl L
National Instruments
0 Kudos
Message 2 of 2
(6,663 Views)