| 254 | {} |
| 255 | |
| 256 | void IPLProcessPropertyInt::setValue(int value) |
| 257 | { |
| 258 | _value = value; |
| 259 | _process->requestUpdate(); |
| 260 | _process->processPropertyEvents(new IPLEvent(_name)); |
| 261 | _process->notifyPropertyChangedEventHandler(); |
| 262 | } |
| 263 | |
| 264 | IPLProcessProperty::SerializedData IPLProcessPropertyInt::serialize() const |
| 265 | { |
no test coverage detected