The Robot Application Programming Interface Delegate Project
RAPID Logo

PlatformInfo Class Reference

Collaboration diagram for PlatformInfo:

List of all members.

Public Types

enum  OS { Linux = ("linux"), Mac = ("macosx"), Windows = ("win32"), Unknown = ("unknown") }

Static Public Member Functions

static OS getOS ()
static boolean invertButtonOrder ()

Protected Member Functions

 PlatformInfo ()

Static Protected Member Functions

static PlatformInfo instance ()

Static Protected Attributes

static PlatformInfo s_instance = null

Member Enumeration Documentation

enum OS
Enumerator:
Linux 
Mac 
Windows 
Unknown 

Constructor & Destructor Documentation

PlatformInfo ( ) [protected]

Member Function Documentation

static OS getOS ( ) [static]

Here is the call graph for this function:

static PlatformInfo instance ( ) [static, protected]

Here is the call graph for this function:

static boolean invertButtonOrder ( ) [static]

Here is the call graph for this function:


Member Data Documentation

PlatformInfo s_instance = null [static, protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines