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

◆ ParameterChanged()

virtual void drama::thread::MonitorToParam::ParameterChanged ( const sds::IdPtr arg)
finaloverrideprotectedvirtual

Method invoked when a parameter is changed.

This method is invoked each time a parameter changes. This is the MonitorToParam class implementation of the abstract method in the Monitor class.

This method is not normally invoked by user code and this implement cannot be not overridden by sub-classes.
If you want to override this, it is suggested you implement an alternative sub-class of Monitor.

Parameters
argA pointer to the SDS structure with the new parameter value.

Implements drama::thread::Monitor.