mirror of
https://github.com/nasa/trick.git
synced 2025-01-03 03:46:44 +00:00
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
|
/**
|
||
|
|
||
|
@page LEVEL2 Environment (UNIX shell)
|
||
|
|
||
|
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.
|
||
|
|
||
|
@li const char * get_trick_env( char * variable_name )
|
||
|
|
||
|
@section LEVEL3 Related Pages
|
||
|
Requirements\n
|
||
|
Design
|
||
|
|
||
|
*/
|
||
|
|