Added handling of no response for MATLAB requestDREF

This commit is contained in:
Chris Teubert
2015-03-24 09:37:36 -07:00
parent 6236ffc69d
commit 59d3bba414

View File

@@ -63,6 +63,8 @@ parse(p,DREFArray,varargin{:});
counter = counter + 1 + sizeArray * 4;
end
break;
else
result = cell(0,1);
end
end
closeUDP(socket);