atlGetParam

Create a vector character string entry in an AST KeyMap from a list of fixed length strings

Description:

This function obtains a value for a named environment parameter and stores it in the supplied KeyMap, using the parameter name as the key.

Invocation

void atlGetParam( const char param, AstKeyMap keymap, int status )

Arguments

param
The parameter name.
keymap
A pointer to an existing KeyMap.
status
Pointer to the global status variable.

Notes: