OpenStudio:utilities
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "System.hpp"

Static Public Member Functions

static void msleep (int msecs)
static unsigned numberOfProcessors ()
static boost::optional< TimesystemIdleTime ()
static void testExceptions1 ()
static void testExceptions2 ()
static void testExceptions3 ()
static void testExceptions4 ()
static void testExceptions5 ()

Member Function Documentation

static void openstudio::System::msleep ( int  msecs)
static

Sleep for number of milliseconds.

static unsigned openstudio::System::numberOfProcessors ( )
static

Returns the number of processors on this computer.

static boost::optional<Time> openstudio::System::systemIdleTime ( )
static

Returns the time that the system has been idle.

static void openstudio::System::testExceptions1 ( )
static

Utility for testing exception handling within the system.

static void openstudio::System::testExceptions2 ( )
static
static void openstudio::System::testExceptions3 ( )
static
static void openstudio::System::testExceptions4 ( )
static
static void openstudio::System::testExceptions5 ( )
static