RakNet  4.0
Namespaces | Functions
GetTime.h File Reference

Returns the value from QueryPerformanceCounter. This is the function RakNet uses to represent time. This time won't match the time returned by GetTimeCount(). See http://www.jenkinssoftware.com/forum/index.php?topic=2798.0. More...

#include "Export.h"
#include "RakNetTime.h"

Namespaces

namespace  RakNet
 Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc.
 

Functions

RakNet::Time RAK_DLL_EXPORT RakNet::GetTime (void)
 
RakNet::TimeMS RAK_DLL_EXPORT RakNet::GetTimeMS (void)
 
RakNet::TimeUS RAK_DLL_EXPORT RakNet::GetTimeUS (void)
 
RAK_DLL_EXPORT bool RakNet::GreaterThan (RakNet::Time a, RakNet::Time b)
 a > b?
 
RAK_DLL_EXPORT bool RakNet::LessThan (RakNet::Time a, RakNet::Time b)
 a < b?
 

Detailed Description

Returns the value from QueryPerformanceCounter. This is the function RakNet uses to represent time. This time won't match the time returned by GetTimeCount(). See http://www.jenkinssoftware.com/forum/index.php?topic=2798.0.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.