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

◆ Get() [20/25]

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

Access an parameter using an SDS id.

An SDS id refering to the named parameter is generated and returned as an SdsId.

Remarks
If you update the parameter value via this SDS id, then you should use SdpUpdate() or Sdp::Update to tell DRAMA about this change.
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
SdsId
Sdp::Update
SdpUpdate()
Parameters
nameThe name of the parameter.
valuethe SDS id is retuned here.
statusInherited status.

References SdsId::ShallowCopy().