Previous Topic: Calling the C Proxy API from a C ProgramNext Topic: Overview of the Generated Header File


Variable Name Case Sensitivity

The C Proxy API uses case sensitivity to create multiple variable names from the procedure step name. The procedure step name is used since it is easy to recognize, is unique to the model, and is not longer than 32 characters (the maximum length supported by some compilers). The disadvantage of using case sensitivity is that it can be confusing when coding.

For example:

If you are using the sample C program as a base for your program, take care to match the case when replacing variable names.