trick/docs/documentation/simulation_capabilities/Environment.md
2019-11-20 11:04:58 -06:00

306 B

This class saves the Trick environment variables at compile-time. The variables are saved inside the S_main executable. These variables are read-only after they are compiled into the sim.

const char * get_trick_env( char * variable_name )

Continue to STL Checkpointing