AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Update()

void drama::ParSys::Update ( const std::string &  name)

Indicate a parameter value has been updated by other means.

This method should be invoked if a parameter value has been updated using SDS directly. It tells the DRAMA Parameter monitoring system that the parameter has been updated and sends appropiate messages to all tasks which are monitoring the parameter. Use this if the ID is not available, but the name is known. Typically if the item was updated by Pointer.

Note that the best way to access parameters via SDS would normally be via the ParId class

See also
Sdp::GetSds
SdpUpdate()
ParId
Parameters
nameThe name of the parameter.