|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| void drama::ArrayParameter< std::string >::Fill | ( | const std::string & | filler, |
| bool | updateMonitors = true |
||
| ) |
Fill the array parameter value with a fixed value for all elements.
| filler | The filler value. |
| 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. |