PlatformSW.cpp File Reference

#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"

Include dependency graph for PlatformSW.cpp:

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 Documentation

#define __NQ_INTERNAL_SW__

Definition at line 2 of file PlatformSW.cpp.

#define MAXLEN   1024

Definition at line 1856 of file PlatformSW.cpp.

Referenced by _strnicmp().


Function Documentation

int _strnicmp ( const char *  string1,
const char *  string2,
size_t  count 
)

Definition at line 1881 of file PlatformSW.cpp.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void platformDeinitializeConsoleInput (  ) 

Definition at line 2050 of file PlatformSW.cpp.

Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

INT32 platformgetch (  ) 

Definition at line 2069 of file PlatformSW.cpp.

Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

UINT32 platformGetTickCount (  ) 

Definition at line 1945 of file PlatformSW.cpp.

Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

void platformInitializeConsoleInput (  ) 

Definition at line 2019 of file PlatformSW.cpp.

Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

INT32 platformkbhit (  ) 

Definition at line 2109 of file PlatformSW.cpp.

Referenced by SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

VOID platformSleepMilliseconds ( UINT32  msec  ) 

Definition at line 1907 of file PlatformSW.cpp.

Referenced by CNetworkQueue::close(), CNetworkQueue::create(), SimulateLocalPeer(), and SimulateRemotePeer().

Here is the caller graph for this function:

void stoupper ( char *  s  ) 

Definition at line 1862 of file PlatformSW.cpp.

Referenced by _strnicmp().

Here is the caller graph for this function:


Variable Documentation

char strtmp1[MAXLEN] [static]

Definition at line 1875 of file PlatformSW.cpp.

char strtmp2[MAXLEN] [static]

Definition at line 1876 of file PlatformSW.cpp.


Generated on Tue Apr 22 18:19:58 2008 for NetworkQueue by  doxygen 1.5.5