HeMPS
8.0
|
This module defines function relative a FIFO of the incomming packets received by slave by which not can be immediately handled. This modules is used only by the slave kernel. More...
Go to the source code of this file.
Macros | |
#define | PENDING_SERVICE_TAM 20 |
Pending service array size. | |
Functions | |
unsigned char | add_pending_service (ServiceHeader *) |
ServiceHeader * | get_next_pending_service () |
This module defines function relative a FIFO of the incomming packets received by slave by which not can be immediately handled. This modules is used only by the slave kernel.
HEMPS VERSION - 8.0 - support for RT applications
Distribution: June 2016
Created by: Marcelo Ruaro - contact: marce lo.r uaro@ acad .pucr s.br
Research group: GAPH-PUCRS - contact: ferna ndo. morae s@pu crs.b r
unsigned char add_pending_service | ( | ServiceHeader * | pending_service | ) |
Add a new pending service. A pending service is a incoming service that cannot be handled immediately by kernel
pending_service | Incoming ServiceHeader pointer |
ServiceHeader* get_next_pending_service | ( | ) |
Searches by the next pending service, remove then, and return