| 187 | } |
| 188 | |
| 189 | double IPLProcess::getProcessPropertyDouble(const char *name) |
| 190 | { |
| 191 | checkPropertyKey(name); |
| 192 | return ((IPLProcessPropertyDouble*) _properties[name].get())->value(); |
| 193 | } |
| 194 | |
| 195 | float IPLProcess::getProcessPropertyFloat(const char *name) |
| 196 | { |