| 235 | } |
| 236 | |
| 237 | IPLPoint IPLProcess::getProcessPropertyPoint(const char *name) |
| 238 | { |
| 239 | checkPropertyKey(name); |
| 240 | return ((IPLProcessPropertyPoint*) _properties[name].get())->value(); |
| 241 | } |
| 242 | |
| 243 | //template<class T> void IPLProcess::addProcessProperty(const char *name, const char *title, const char *description, int type, T value, T min /* =0 */, T max /* = 0 */) |
| 244 |