ae2f_docs
Loading...
Searching...
No Matches
Sys.h File Reference

Go to the source code of this file.

Macros

#define ae2f_SysHosted(a)
#define ae2f_SysNHosted(a)
#define ae2f_Sys_WIN64   ae2f_SysNHosted
#define ae2f_Sys_WIN32   ae2f_SysNHosted
#define ae2f_Sys__APPLE__   ae2f_SysNHosted
#define ae2f_Sys__linux   ae2f_SysNHosted
 Value expected did not match.
#define ae2f_Sys__unix   ae2f_SysNHosted
#define ae2f_Sys__posix   ae2f_SysNHosted
#define ae2f_Sys_WIN   ae2f_SysNHosted
 System does not support this version. <ae2f_SysInetMk::prm_VerReq>.
#define N_ae2f_Sys_WIN64   ae2f_SysHosted
#define N_ae2f_Sys_WIN32   ae2f_SysHosted
#define N_ae2f_Sys__APPLE__   ae2f_SysHosted
#define N_ae2f_Sys__linux   ae2f_SysHosted
#define N_ae2f_Sys__unix   ae2f_SysHosted
#define N_ae2f_Sys__posix   ae2f_SysHosted
#define N_ae2f_Sys_WIN   ae2f_SysHosted
 Mutex is not owned by this thread.

Typedefs

typedef char ae2f_Sys_ASSERT_NO_HOST_DETECTED[-1]
typedef char ae2f_Sys_unused_t
 Type which is unused.

Detailed Description

Determines which host it is using

Definition in file Sys.h.

Macro Definition Documentation

◆ ae2f_Sys__APPLE__

#define ae2f_Sys__APPLE__   ae2f_SysNHosted

Definition at line 14 of file Sys.h.

◆ ae2f_Sys__linux

ae2f_Sys__linux   ae2f_SysNHosted

Value expected did not match.

Implementation is not included on your system.

Not initialised.

Target system does not support this.

Interrupted by a user.

Definition at line 15 of file Sys.h.

◆ ae2f_Sys__posix

#define ae2f_Sys__posix   ae2f_SysNHosted

Definition at line 17 of file Sys.h.

◆ ae2f_Sys__unix

#define ae2f_Sys__unix   ae2f_SysNHosted

Definition at line 16 of file Sys.h.

◆ ae2f_Sys_WIN

ae2f_Sys_WIN   ae2f_SysNHosted

System does not support this version. <ae2f_SysInetMk::prm_VerReq>.

Network is down.

Invalid pointer. <ae2f_SysInetMk::pret_WSAData>.

Exceeded Socket task limit.

Blocked by Windows Sockets 1.1 operations.

See also
ae2f_SysInetMk
https://learn.microsoft.com/en-us/windows/desktop/WinSock/windows-sockets-error-codes-2
https://learn.microsoft.com/en-us/windows/desktop/WinSock/windows-sockets-error-codes-2
https://learn.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2

Definition at line 18 of file Sys.h.

◆ ae2f_Sys_WIN32

#define ae2f_Sys_WIN32   ae2f_SysNHosted

Definition at line 13 of file Sys.h.

◆ ae2f_Sys_WIN64

#define ae2f_Sys_WIN64   ae2f_SysNHosted

Definition at line 12 of file Sys.h.

◆ ae2f_SysHosted

#define ae2f_SysHosted ( a)
Value:
a

Definition at line 9 of file Sys.h.

◆ ae2f_SysNHosted

#define ae2f_SysNHosted ( a)

Definition at line 10 of file Sys.h.

◆ N_ae2f_Sys__APPLE__

#define N_ae2f_Sys__APPLE__   ae2f_SysHosted

Definition at line 51 of file Sys.h.

◆ N_ae2f_Sys__linux

#define N_ae2f_Sys__linux   ae2f_SysHosted

Definition at line 52 of file Sys.h.

◆ N_ae2f_Sys__posix

#define N_ae2f_Sys__posix   ae2f_SysHosted

Definition at line 54 of file Sys.h.

◆ N_ae2f_Sys__unix

#define N_ae2f_Sys__unix   ae2f_SysHosted

Definition at line 53 of file Sys.h.

◆ N_ae2f_Sys_WIN

N_ae2f_Sys_WIN   ae2f_SysHosted

Mutex is not owned by this thread.

Invalid pointer to uaddr.

Definition at line 55 of file Sys.h.

◆ N_ae2f_Sys_WIN32

#define N_ae2f_Sys_WIN32   ae2f_SysHosted

Definition at line 50 of file Sys.h.

◆ N_ae2f_Sys_WIN64

#define N_ae2f_Sys_WIN64   ae2f_SysHosted

Definition at line 49 of file Sys.h.

Typedef Documentation

◆ ae2f_Sys_ASSERT_NO_HOST_DETECTED

typedef char ae2f_Sys_ASSERT_NO_HOST_DETECTED[-1]

Definition at line 44 of file Sys.h.

◆ ae2f_Sys_unused_t

typedef char ae2f_Sys_unused_t

Type which is unused.

Definition at line 89 of file Sys.h.