5152535455565758596061
constants.error("DeviceFactory(): no com port in properties"); return null; } if (type == PrototypeFactory.POLAR) return new PolarDevice(com); if (type == PrototypeFactory.ELEVATION) return new ElevationDevice(com);