AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Get() [16/25]

static void Sdp::Get ( const std::string &  name,
double *  value,
StatusType *const  status 
)
inlinestatic

Fetch a double size real value from a named parameter.

If the named parameter exists, then fetch its value and convert it to a double, if possible.

Remarks
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
SdpGetd()
Parameters
nameThe name of the parameter.
valueThe value returned is written here.
statusInherited status.