LNetMessageQueue is a PowerPlant class that is used for queuing of messages, typically generated at interrupt time, that will be broadcast to registered listeners at primary task time via a periodical.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Source files:
See also:
Purpose:
The constructor creates the object.
Access :
Prototype:
LNetMessageQueue(LBroadcaster &inBroadcaster);Parameters:
The parameter for this constructor is:
| The reference to the Broadcaster. |
Purpose:
The destructor destroys the object.
Access :
Prototype:
virtual ~LNetMessageQueue();
Purpose:
This is an override of SpendTime() in LPeriodical.
Purpose:
Access :
Prototype:
LBroadcaster * mBroadcaster;