LifoMCom Class Reference
Inheritance diagram for LifoMCom:

Detailed Description
Definition at line 49 of file lifomcom.h.
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 |
Classes | |
| class | Buffer |
| struct | Link |
| class | LinkList |
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.
Definition at line 109 of file lifomcom.h.
| 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.
Definition at line 114 of file lifomcom.h.
The documentation for this class was generated from the following files:
