Public Member Functions | Public Attributes

StatusInfo Class Reference

Encapsulates status message from a running client. More...

List of all members.

Public Member Functions

 StatusInfo (char tg, int desc, int stat, int pid, const BufferString &mg, const BufferString &hostname, int time)

Public Attributes

char tag
int descnr
int status
int timestamp
int procid
BufferString hostnm
BufferString msg

Detailed Description

Encapsulates status message from a running client.

Running clients report back to the master on a regular basis. Whenever a client contacts the master, whatever it has to say is put into a StatusInfo structure. These are put in a mutexed queue in order to keep a strict separation between the communication thread and the GUI/manager thread.


Constructor & Destructor Documentation

StatusInfo::StatusInfo ( char  tg,
int  desc,
int  stat,
int  pid,
const BufferString mg,
const BufferString hostname,
int  time 
) [inline]

Member Data Documentation