Planeshift
NPCStatus Class Reference

This class is used to record the status of the npcclient to display it on a website so people can see the status of it. More...

#include <status.h>

Static Public Member Functions

static bool Initialize (iObjectRegistry *objreg)
 Reads config files, starts periodical status generator. More...
 
static void ScheduleNextRun ()
 Has the generator run in a while. More...
 

Static Public Attributes

static unsigned int count
 
static csString reportFile
 File that it should log to. More...
 
static csTicks reportRate
 Interval in milliseconds to generate a report file. More...
 

Detailed Description

This class is used to record the status of the npcclient to display it on a website so people can see the status of it.

Definition at line 38 of file status.h.

Member Function Documentation

static bool NPCStatus::Initialize ( iObjectRegistry *  objreg)
static

Reads config files, starts periodical status generator.

static void NPCStatus::ScheduleNextRun ( )
static

Has the generator run in a while.

Member Data Documentation

unsigned int NPCStatus::count
static

Definition at line 53 of file status.h.

csString NPCStatus::reportFile
static

File that it should log to.

Definition at line 51 of file status.h.

csTicks NPCStatus::reportRate
static

Interval in milliseconds to generate a report file.

Definition at line 48 of file status.h.


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