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

◆ Transform()

virtual std::string drama::thread::MonitorToParam::Transform ( const std::string &  in)
virtual

Transform method, default implementation.

This uses the name of the parameter being monitored to generate the name of the parameter in this task where its value is to be placed.

In this implementation, the parameter in this task has the same name as the parameter being monitored.

Parameters
inThe name of the parameter being monitored
Returns
The name of the parameter in this task.
Examples
monitor1.cpp.