CORDET Framework - C2 Implementation
|
Implementation of Request Verification Service (PUS Service 1) More...
Files | |
file | CrPsUtilitiesServReqVerif.c |
Implementation of the utility functions of the CORDET Framework PUS Extension Service 1 (Request Verification) | |
file | CrPsUtilitiesServReqVerif.h |
Interface through which applications can initialize and execute framework PUS extension components. | |
file | CrPsDpServReqVerif.c |
Interface for accessing data pool items. | |
file | CrPsDpServReqVerif.h |
Interface for accessing data pool items. | |
file | CrPsPktServReqVerif.h |
Interface for accessing fields in packets of service "ServReqVerif". | |
file | CrPsPktServReqVerifSupp.c |
auxiliary Interface for accessing fields in packets of service "ServReqVerif". | |
file | CrPsPktServReqVerifSupp.h |
auxiliary Interface for accessing fields in packets of service "ServReqVerif". | |
file | CrPsCmdPrgrFailCreate.c |
Create one instance of the CrPsCmdPrgrFail procedure. | |
file | CrPsCmdPrgrFailCreate.h |
Create one instance of the CrPsCmdPrgrFail procedure. | |
file | CrPsCmdPrgrFailFunc.c |
This procedure is run when a command has failed its progress check. | |
file | CrPsCmdPrgrSuccCreate.c |
Create one instance of the CrPsCmdPrgrSucc procedure. | |
file | CrPsCmdPrgrSuccCreate.h |
Create one instance of the CrPsCmdPrgrSucc procedure. | |
file | CrPsCmdPrgrSuccFunc.c |
This procedure is run when a command has passed its progress check. | |
file | CrPsCmdVerFailCreate.c |
Create one instance of the CrPsCmdVerFail procedure. | |
file | CrPsCmdVerFailCreate.h |
Create one instance of the CrPsCmdVerFail procedure. | |
file | CrPsCmdVerFailFunc.c |
This procedure is run when a command has failed its start check or its termination check. | |
file | CrPsCmdVerSuccCreate.c |
Create one instance of the CrPsCmdVerSucc procedure. | |
file | CrPsCmdVerSuccCreate.h |
Create one instance of the CrPsCmdVerSucc procedure. | |
file | CrPsCmdVerSuccFunc.c |
This procedure is run when a command has passed its acceptance, start or termination check. | |
file | CrPsPcktAccFailCreate.c |
Create one instance of the CrPsPcktAccFail procedure. | |
file | CrPsPcktAccFailCreate.h |
Create one instance of the CrPsPcktAccFail procedure. | |
file | CrPsPcktAccFailFunc.c |
This procedure is run when the InLoader has found a packet which failed its acceptance check. | |
file | CrPsPcktReroutingFailCreate.c |
Create one instance of the CrPsPcktReroutingFail procedure. | |
file | CrPsPcktReroutingFailCreate.h |
Create one instance of the CrPsPcktReroutingFail procedure. | |
file | CrPsPcktReroutingFailFunc.c |
This procedure is run when the InLoader has found a packet with invalid destination. | |
Implementation of Request Verification Service (PUS Service 1)
The Request Verification Service is implemented by nine reports which are issued in response to notifications generated by a service provider application. The notifications cover different stages of the processing of an incoming command. More precisely:
The notifications listed above are generated by the CORDET Framework infrastructure. The operations which generate them are defined as adaptation points. The PUS Extension closes these adaptation points to generate the service 1 reports.