const char* cmdparams_get_str ( CmdParams_t parms,
const char *  name,
int *  status 
)

Returns a pointer to the associated string. On a failure, such as inability to locate the named key or to successfully parse the associated value string according to the prescribed datatype, returns a NULL pointer.

Bug:
If cmdparams_get_str (which is called by all the other versions of cmdparams_get_XXX) cannot find a hash table entry for the requested name, it will use the corresponding environment variable, if it exists.

Definition at line 1814 of file cmdparams.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1