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

◆ GetSds() [2/2]

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

Access an parameter using an SDS id.

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

Remarks
This can't be a plain Get - as SdsIdType is just an int and will get confused.
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
Sdp::Update
SdpUpdate()
Parameters
nameThe name of the parameter.
valuethe SDS id is retuned here.
statusInherited status.