2022-08-05 22:05:10 +00:00
|
|
|
| [Home](/trick) → [Documentation Home](../Documentation-Home) → [Simulation Capabilities](Simulation-Capabilities) → Environment |
|
|
|
|
|------------------------------------------------------------------|
|
2019-11-20 17:04:58 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
```c++
|
|
|
|
const char * get_trick_env( char * variable_name )
|
|
|
|
```
|
|
|
|
|
2022-10-07 22:03:47 +00:00
|
|
|
[Continue to STL Checkpointing](STL-Capabilities)
|