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

◆ ParamChanged() [1/5]

virtual void drama::thread::MonitorByType::ParamChanged ( const std::string &  name,
const sds::IdPtr value 
)
protectedvirtual

Method invoked when the value of complex parameter has been changed.

This method is invoked for any parameter the type of which is not a simple integer, unsigned integer, real number or string.

The default implementation of this method will throw a DRAMA exception with the DRAMA code DRAMA2__MON_UNSUPTYPE. It is expected that the user will subclass this class to implement the required behaviors.

Parameters
nameThe name of the parameter the value of which has changed.
valueSDS reference to the new value of the parameter.