StatGrabDriver Class Reference
Inheritance diagram for StatGrabDriver:
ThreadedDriver Driver

List of all members.

Public Member Functions

 StatGrabDriver (ConfigFile *cf, int section)

Private Member Functions

virtual void Main ()
 Main method for driver thread.
int MainSetup ()
 Sets up the resources needed by the driver thread.
void RefreshData ()

Private Attributes

sg_swap_stats * swap_stats
sg_cpu_percents * cpu_percent
sg_mem_stats * mem_data
double mem_percent
player_devaddr_t mHealthId
player_health_data_t mHealth
int status
int32_t mSleep

Member Function Documentation

void StatGrabDriver::Main ( ) [private, virtual]

Main method for driver thread.

drivers have their own thread of execution, created using StartThread(); this is the entry point for the driver thread, and must be overloaded by all threaded drivers.

Implements ThreadedDriver.

References Driver::ProcessMessages().


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

Last updated 25 May 2011 21:17:00