cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 Product parts

 Virtual File system

 Virtual Render
 Virtual Machine
   

  Demo Games

   

 3D Engine

  gvSystem(dx9)

 Link

 

 

gvTimer_Win32 Class Reference

win32 only using timer. More...

#include <gv_timer.h>

Inheritance diagram for gvTimer_Win32:

Inheritance graph
[legend]
Collaboration diagram for gvTimer_Win32:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 gvTimer_Win32 ()
virtual ~gvTimer_Win32 (void)
virtual void initTimer (void)
virtual int Refresh (void)
virtual void Reset (void)

Public Attributes

double fTime
 time since windows started
double flastTime
 last recorded time
double frametime
 time elapsed in the last frame
int frames
 number of frames
double tResolution
double fake_value

Private Attributes

int lowshift
unsigned char tPerformanceTimerEnabled
unsigned int oldTime
int sametimecount

Detailed Description

win32 only using timer.

Definition at line 26 of file gv_timer.h.


Constructor & Destructor Documentation

gvTimer_Win32::gvTimer_Win32 (  ) 

virtual gvTimer_Win32::~gvTimer_Win32 ( void   )  [virtual]


Member Function Documentation

virtual void gvTimer_Win32::initTimer ( void   )  [virtual]

Reimplemented from gv_iTimer.

virtual int gvTimer_Win32::Refresh ( void   )  [virtual]

Reimplemented from gv_iTimer.

virtual void gvTimer_Win32::Reset ( void   )  [virtual]

Reimplemented from gv_iTimer.


Member Data Documentation

time since windows started

Definition at line 35 of file gv_timer.h.

last recorded time

Definition at line 37 of file gv_timer.h.

time elapsed in the last frame

Definition at line 39 of file gv_timer.h.

number of frames

Definition at line 41 of file gv_timer.h.

Definition at line 44 of file gv_timer.h.

int gvTimer_Win32::lowshift [private]

Definition at line 47 of file gv_timer.h.

unsigned char gvTimer_Win32::tPerformanceTimerEnabled [private]

Definition at line 48 of file gv_timer.h.

unsigned int gvTimer_Win32::oldTime [private]

Definition at line 50 of file gv_timer.h.

Definition at line 51 of file gv_timer.h.

Definition at line 54 of file gv_timer.h.


The documentation for this class was generated from the following file:

Copyright(C) gvSystem & GamePlus All Rights Reserved.