trick/docs/documentation/simulation_capabilities/Environment.md
Jacqueline Deans 279d131a0a
Add Horizonal Navigation bars (breadcrumbs) to all documentation pages (#1328)
* Add breadcrumbs to all documentation pages, fix some links between pages
2022-08-05 17:05:10 -05:00

513 B

HomeDocumentation HomeSimulation Capabilities → Environment

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