#include <ClientApplLayer.h>
Inherits BasicApplLayer.
Inherited by PollApplLayer.
Inheritance diagram for ClientApplLayer:


Public Types | |
| enum | APPL_MSG_TYPES { SEND_BROADCAST_TIMER, POLL_REPLY_TIMEOUT, BROADCAST_REPLY_TIMEOUT, BROADCAST_MESSAGE, BROADCAST_REPLY_MESSAGE, POLL_MESSAGE, POLL_REPLY } |
| Possible application message types for this implementation. | |
Public Member Functions | |
| Module_Class_Members (ClientApplLayer, BasicApplLayer, 0) | |
Protected Member Functions | |
| virtual void | handleLowerMsg (cMessage *) |
| Handle messages from lower layer. | |
This application layer just replies to broadcast and poll messages from a base station (PollApplLayer)
|
|
Handle messages from lower layer. The only two messages that can arrive are BROADCAST_MESSAGE and POLL_MESSAGE. In both cases just send the appropriate reply. Reimplemented from BasicApplLayer. Reimplemented in PollApplLayer. |
1.4.4