Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Generating code with precompiler constructs using RTW Embedded coder
Posted:
Jun 23, 2010 4:50 AM
|
|
Is it possible to generate code with predefined precompiler condition using RTW E-coder?
Here my example which i am looking for in generated code
file : foo.c
#include my_identifier.h function myFunc() { ....... #ifdef identifier ............................................. ................................................. #endif ...... }
where identifier is defined in the my_identifier.h
|
|
|
|