|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Set the value of the parameter to the specified value.
Any monitors of the parameter are updated.
| ContainerType | A container for which "container[index]" will return a std::string value (or a sub-class of std::string. |
| vals | The new values for the parameter. If the container size is less then the parameter array size, then only that number of elements is placed. If the container size is greater then the array parameter size, then the extra elements are ignored. |
| updateMonitors | If true, then any parameters monitors are updated. You might set this false if you know there are not any as yet or you are doing a series of quick updated. |
References drama::CreateRunDramaTask(), drama::sds::ArrayWriteHelper< T >::DataAddress(), DramaTHROW, DramaTHROW_F, and drama::sds::Id::Find().