HeMPS  8.0
pending_service.h
Go to the documentation of this file.
1 
15 #ifndef SOFTWARE_INCLUDE_PENDING_SERVICE_PENDING_SERVICE_H_
16 #define SOFTWARE_INCLUDE_PENDING_SERVICE_PENDING_SERVICE_H_
17 #include "../../include/kernel_pkg.h"
18 #include "packet.h"
19 
20 #define PENDING_SERVICE_TAM 20
21 
22 unsigned char add_pending_service(ServiceHeader *);
23 
25 
26 #endif /* SOFTWARE_INCLUDE_PENDING_SERVICE_PENDING_SERVICE_H_ */
ServiceHeader * get_next_pending_service()
Definition: pending_service.c:67
unsigned char add_pending_service(ServiceHeader *)
Definition: pending_service.c:33
This structure is in charge to defines the ServiceHeader field that can be filled by the software par...
Definition: packet.h:26
This module defines the ServiceHeader structure. This structure is used by all software components to...