|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| void drama::ArrayParameter< std::string >::Set | ( | size_t | index, |
| const std::string & | val, | ||
| bool | updateMonitors = true |
||
| ) |
Set the value of the parameter to the specified value.
Any monitors of the parameter are updated (if requested)
| index | The index of the item to set. |
| val | The new values for the parameter item of the specified index. |
| 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. |