Oolite 1.91.0.7644-241112-7f5034b
|
import "OOLogHeader.h"
import "OOCPUInfo.h"
import "OOLogging.h"
import "OOOXPVerifier.h"
import "Universe.h"
import "OOStellarBody.h"
import "OOJavaScriptEngine.h"
import "OOSound.h"
#include <sys/sysctl.h>
Go to the source code of this file.
Macros | |
#define | CPU_TYPE_STRING "<unknown architecture with unknown byte order>" |
#define | OS_TYPE_STRING "Mac OS X" |
#define | RELEASE_VARIANT_STRING " test release" |
#define | CPUFAMILY_INTEL_MEROM 0x426f69ef |
#define | CPUFAMILY_INTEL_HASWELL 0x10b282dc |
#define | CPUFAMILY_INTEL_BROADWELL 0x582ed09c |
#define | CPUFAMILY_INTEL_SKYLAKE 0x37fc219f |
Functions | |
static NSString * | AdditionalLogHeaderInfo (void) |
NSString * | OOPlatformDescription (void) |
void | OOPrintLogHeader (void) |
static NSString * | GetSysCtlString (const char *name) |
static unsigned long long | GetSysCtlInt (const char *name) |
static NSString * | GetCPUDescription (void) |
#define CPU_TYPE_STRING "<unknown architecture with unknown byte order>" |
#define CPUFAMILY_INTEL_BROADWELL 0x582ed09c |
Definition at line 226 of file OOLogHeader.m.
Referenced by GetCPUDescription().
#define CPUFAMILY_INTEL_HASWELL 0x10b282dc |
Definition at line 222 of file OOLogHeader.m.
Referenced by GetCPUDescription().
#define CPUFAMILY_INTEL_MEROM 0x426f69ef |
Definition at line 218 of file OOLogHeader.m.
Referenced by GetCPUDescription().
#define CPUFAMILY_INTEL_SKYLAKE 0x37fc219f |
Definition at line 230 of file OOLogHeader.m.
Referenced by GetCPUDescription().
#define OS_TYPE_STRING "Mac OS X" |
#define RELEASE_VARIANT_STRING " test release" |
|
static |
Definition at line 206 of file OOLogHeader.m.
References GetSysCtlInt(), GetSysCtlString(), and nil.
|
static |
Definition at line 234 of file OOLogHeader.m.
References CPUFAMILY_INTEL_BROADWELL, CPUFAMILY_INTEL_HASWELL, CPUFAMILY_INTEL_MEROM, CPUFAMILY_INTEL_SKYLAKE, GetSysCtlInt(), and nil.
Definition at line 329 of file OOLogHeader.m.
Referenced by AdditionalLogHeaderInfo(), and GetCPUDescription().
|
static |
Definition at line 314 of file OOLogHeader.m.
References nil.
Referenced by AdditionalLogHeaderInfo().
NSString * OOPlatformDescription | ( | void | ) |
Definition at line 185 of file OOLogHeader.m.
Referenced by ConsoleGetProperty().
void OOPrintLogHeader | ( | void | ) |
Definition at line 60 of file OOLogHeader.m.
Referenced by OOLoggingInit().