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

◆ ParamChanged() [2/5]

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

Method invoked when the value of a string type parameter has been changed.

Invoked for parameter, the value of which is a single dimensional array of type SDS_CHAR.

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.
valueThe new value of the parameter.