static FXuint FX::FXProcess::discIOFull ( const FXString path  )  [inline, static]

Returns an index 0...3 of how full the disc i/o is.

Definition at line 347 of file FXProcess.h.

00348     {
00349         FXfloat v=hostOSDiscIOLoad(path);
00350         if(v<0.95) return 0;
00351         else if(v<0.98) return 1;
00352         else if(v<1.0) return 2;
00353         else return 3;
00354     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:40 2009 for TnFOX by doxygen v1.4.7