Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

System.h

00001 /*
00002  * $Id: System.h,v 1.4 2003/08/10 04:34:30 mindstorm2600 Exp $
00003  *
00004  *                juan v. guerrero <mindstorm2600@users.sourceforge.net>
00005  */
00006 #ifndef __CLAW_SYSTEM_H__
00007 #define __CLAW_SYSTEM_H__
00008 #include<Object.h>
00009 
00010 namespace clawsoft{
00014         class System:public Object{
00015                 public:
00018                         System();
00020                         static int installedCPUs();
00022                         static double cpuSpeed();
00024                         static int totalMemory();
00026                         static int freeMemory();
00028                         static void usleep(Uint32 usec);
00029         };
00030 }
00031 
00032 #endif

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo