Definition in file SysInfo.cpp.
#include "SysInfo.hpp"
Include dependency graph for SysInfo.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Defines | |
| #define | GPSTK_OS_FREE_BSD 0x0001 |
| #define | GPSTK_OS_AIX 0x0002 |
| #define | GPSTK_OS_HPUX 0x0003 |
| #define | GPSTK_OS_TRU64 0x0004 |
| #define | GPSTK_OS_LINUX 0x0005 |
| #define | GPSTK_OS_MAC_OS_X 0x0006 |
| #define | GPSTK_OS_NET_BSD 0x0007 |
| #define | GPSTK_OS_OPEN_BSD 0x0008 |
| #define | GPSTK_OS_IRIX 0x0009 |
| #define | GPSTK_OS_SOLARIS 0x000a |
| #define | GPSTK_OS_QNX 0x000b |
| #define | GPSTK_OS_VXWORKS 0x000c |
| #define | GPSTK_OS_CYGWIN 0x000d |
| #define | GPSTK_OS_UNKNOWN_UNIX 0x00ff |
| #define | GPSTK_OS_WINDOWS_NT 0x1001 |
| #define | GPSTK_OS_WINDOWS_CE 0x1011 |
| #define | GPSTK_OS_VMS 0x2001 |
| #define | GPSTK_ARCH_ALPHA 0x01 |
| #define | GPSTK_ARCH_IA32 0x02 |
| #define | GPSTK_ARCH_IA64 0x03 |
| #define | GPSTK_ARCH_MIPS 0x04 |
| #define | GPSTK_ARCH_HPPA 0x05 |
| #define | GPSTK_ARCH_PPC 0x06 |
| #define | GPSTK_ARCH_POWER 0x07 |
| #define | GPSTK_ARCH_SPARC 0x08 |
| #define | GPSTK_ARCH_AMD64 0x09 |
| #define | GPSTK_ARCH_ARM 0x0a |
| #define | GPSTK_ARCH_M68K 0x0b |
| #define | GPSTK_ARCH_S390 0x0c |
| #define | GPSTK_ARCH_SH 0x0d |
| #define | GPSTK_ARCH_NIOS2 0x0e |
|
|
Definition at line 115 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 123 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 124 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 119 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 116 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 117 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 125 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 118 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 128 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 121 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 120 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 126 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 127 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 122 of file SysInfo.cpp. Referenced by SysInfo::osArchitecture(). |
|
|
Definition at line 36 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 47 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 35 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 37 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 43 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 39 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 40 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 41 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 42 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 45 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 44 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 38 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 48 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 51 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 46 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 50 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
|
|
Definition at line 49 of file SysInfo.cpp. Referenced by SysInfo::osName(). |
1.3.9.1