CORDET Framework - C2 Implementation
|
Components implementing incoming commands (InCommands) More...
Files | |
file | CrPsEvtDisableCmd.c |
Implementation of TC(5,6) EvtDisableCmd. | |
file | CrPsEvtDisableCmd.h |
Implementation of TC(5,6) EvtDisableCmd. | |
file | CrPsEvtEnableCmd.c |
Implementation of TC(5,5) EvtEnableCmd. | |
file | CrPsEvtEnableCmd.h |
Implementation of TC(5,5) EvtEnableCmd. | |
file | CrPsEvtRepDisabledCmd.c |
Implementation of TC(5,7) EvtRepDisabledCmd. | |
file | CrPsEvtRepDisabledCmd.h |
Implementation of TC(5,7) EvtRepDisabledCmd. | |
file | CrPsHkCreateCmd.c |
Implementation of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet. | |
file | CrPsHkCreateCmd.h |
Command (3,1) to Create a Housekeeping Report Structure. | |
file | CrPsHkDeleteCmd.c |
Implementation of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet. | |
file | CrPsHkDeleteCmd.h |
Command (3,3) to Delete a Housekeeping Report Structure. | |
file | CrPsHkDisableCmd.c |
Implementation of the Command (3,6) to Disable Periodic Generation of a Housekeeping Report Structure in-coming command packet. | |
file | CrPsHkDisableCmd.h |
Command (3,6) to Disable Periodic Generation of a Housekeeping Report Structure. | |
file | CrPsHkEnableCmd.c |
Implementation of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure in-coming command packet. | |
file | CrPsHkEnableCmd.h |
Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure. | |
file | CrPsHkOneShotCmd.c |
Implementation of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet. | |
file | CrPsHkOneShotCmd.h |
Command (3,27) to Generate One-Shot Housekeeping Report. | |
file | CrPsHkRepStructCmd.c |
Implementation of the Command (3,9) to Report Structure of a Housekeeping Report in-coming command packet. | |
file | CrPsHkRepStructCmd.h |
Command (3,9) to Report Structure of a Housekeeping Report. | |
file | CrPsLptAbortDownCmd.c |
Implementation of TC(13,130) LptAbortDownCmd. | |
file | CrPsLptAbortDownCmd.h |
Implementation of TC(13,130) LptAbortDownCmd. | |
file | CrPsLptStartDownCmd.c |
Implementation of TC(13,129) LptStartDownCmd. | |
file | CrPsLptStartDownCmd.h |
Implementation of TC(13,129) LptStartDownCmd. | |
file | CrPsLptUpFirstCmd.c |
Implementation of TC(13,9) LptUpFirstCmd. | |
file | CrPsLptUpFirstCmd.h |
Implementation of TC(13,9) LptUpFirstCmd. | |
file | CrPsLptUpInterCmd.c |
Implementation of TC(13,10) LptUpInterCmd. | |
file | CrPsLptUpInterCmd.h |
Implementation of TC(13,10) LptUpInterCmd. | |
file | CrPsLptUpLastCmd.c |
Implementation of TC(13,11) LptUpLastCmd. | |
file | CrPsLptUpLastCmd.h |
Implementation of TC(13,11) LptUpLastCmd. | |
file | CrPsTestAreYouAliveConnection.c |
Implementation of the Perform Connection Test in-coming command packet. | |
file | CrPsTestAreYouAliveConnection.h |
Declaration of the Perform Connection Test in-coming command packet. | |
file | CrPsTestOnBoardConnection.c |
Implementation of the Perform Connection Test in-coming command packet. | |
file | CrPsTestOnBoardConnection.h |
Declaration of the Perform Connection Test in-coming command packet. | |
Components implementing incoming commands (InCommands)
The CORDET Framework defines the InCommand as a generic component which encapsulates an incoming command. The InCommand can therefore be seen as an abstract component which can be specialized to implement concrete incoming commands. The PUS Extension of the CORDET Framework defines several concrete commands to support its services. This module gathers together all files which implement incoming commands.