mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +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
|
|
|
|
*/
|
|
|