Planeshift
Static Public Member Functions | Static Public Attributes

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>

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

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

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: