#include "PlatformSW.h"#include "NQDeclarations.h"#include "NQLogging.h"#include <stdio.h>#include <stdlib.h>#include <assert.h>#include "NQMessage.h"#include "NQPacketQueue.h"#include "NQResponseWaitQueue.h"#include "NQMessagePool.h"#include "NQPeerList.h"#include "NQclass.h"

Go to the source code of this file.
Defines | |
| #define | __NQ_INTERNAL_SW__ |
| #define | MAXLEN 1024 |
Functions | |
| void | stoupper (char *s) |
| int | _strnicmp (const char *string1, const char *string2, size_t count) |
| VOID | platformSleepMilliseconds (UINT32 msec) |
| UINT32 | platformGetTickCount () |
| void | platformInitializeConsoleInput () |
| void | platformDeinitializeConsoleInput () |
| INT32 | platformgetch () |
| INT32 | platformkbhit () |
Variables | |
| static char | strtmp1 [MAXLEN] |
| static char | strtmp2 [MAXLEN] |
| #define __NQ_INTERNAL_SW__ |
Definition at line 2 of file PlatformSW.cpp.
| #define MAXLEN 1024 |
| int _strnicmp | ( | const char * | string1, | |
| const char * | string2, | |||
| size_t | count | |||
| ) |
Definition at line 1881 of file PlatformSW.cpp.
Referenced by main().


| void platformDeinitializeConsoleInput | ( | ) |
Definition at line 2050 of file PlatformSW.cpp.
Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

| INT32 platformgetch | ( | ) |
Definition at line 2069 of file PlatformSW.cpp.
Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

| UINT32 platformGetTickCount | ( | ) |
Definition at line 1945 of file PlatformSW.cpp.
Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

| void platformInitializeConsoleInput | ( | ) |
Definition at line 2019 of file PlatformSW.cpp.
Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

| INT32 platformkbhit | ( | ) |
Definition at line 2109 of file PlatformSW.cpp.
Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

| VOID platformSleepMilliseconds | ( | UINT32 | msec | ) |
Definition at line 1907 of file PlatformSW.cpp.
Referenced by CNetworkQueue::close(), CNetworkQueue::create(), SimulateLocalPeer(), and SimulateRemotePeer().

| void stoupper | ( | char * | s | ) |
Definition at line 1862 of file PlatformSW.cpp.
Referenced by _strnicmp().

char strtmp1[MAXLEN] [static] |
Definition at line 1875 of file PlatformSW.cpp.
char strtmp2[MAXLEN] [static] |
Definition at line 1876 of file PlatformSW.cpp.
1.5.5