| 193 | } |
| 194 | |
| 195 | float IPLProcess::getProcessPropertyFloat(const char *name) |
| 196 | { |
| 197 | checkPropertyKey(name); |
| 198 | return ((IPLProcessPropertyFloat*) _properties[name].get())->value(); |
| 199 | } |
| 200 | |
| 201 | bool IPLProcess::getProcessPropertyBool(const char *name) |
| 202 | { |