CcodeVariableNameExample

Navigation:  »No topics above this level«

CcodeVariableNameExample

Return to chapter overview

This code:

 

XXCharacter *xx_parameter_names[] = {

%PARAMETER_NAMES% NULL

};

 

Will be replaced by (example strings):

 

XXCharacter *xx_parameter_names[] = {

 "Plant\\H\\r",

 "WaveGenerator1\\omega_start",

 "WaveGenerator1\\omega_stop",

 NULL

};