LifoMCom Class Reference

Inheritance diagram for LifoMCom:
Collaboration diagram for LifoMCom:

List of all members.

Classes

class  Buffer
struct  Link
class  LinkList

Public Member Functions

int ProcessMessage (ClientData *client, player_msghdr *hdr, uint8_t *data, uint8_t *resp_data, size_t *resp_len)
 LifoMCom (ConfigFile *cf, int section)
virtual int Setup ()
 Initialize the driver.
virtual int Shutdown ()
 Finalize the driver.

Private Attributes

LinkList Data

Member Function Documentation

virtual int LifoMCom::Setup (  )  [inline, virtual]

Initialize the driver.

This function is called with the first client subscribes; it MUST be implemented by the driver.

Returns:
Returns 0 on success.

Implements Driver.

virtual int LifoMCom::Shutdown (  )  [inline, virtual]

Finalize the driver.

This function is called with the last client unsubscribes; it MUST be implemented by the driver.

Returns:
Returns 0 on success.

Implements Driver.


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

Last updated 12 September 2005 21:38:45