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

◆ Get() [8/25]

static void Sdp::Get ( const char *  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.
See also
SdsId
Sdp::Update
SdpUpdate()
Parameters
nameThe name of the parameter.
valuethe SDS id is retuned here.
statusInherited status.

References SdsId::ShallowCopy().