CORDET Framework - C2 Implementation
CrPsHkEnableCmd.h
Go to the documentation of this file.
1 
22 #ifndef CRPS_HK_ENABLE_CMD_H
23 #define CRPS_HK_ENABLE_CMD_H
24 
25 #include "CrFwConstants.h"
26 
33 CrFwBool_t CrPsHkEnableCmdReadyCheck(FwSmDesc_t smDesc);
34 
40 void CrPsHkEnableCmdStartAction(FwSmDesc_t smDesc);
41 
49 void CrPsHkEnableCmdProgressAction(FwSmDesc_t smDesc);
50 
56 void CrPsHkEnableCmdTerminationAction(FwSmDesc_t smDesc);
57 
63 void CrPsHkEnableCmdAbortAction(FwSmDesc_t smDesc);
64 
65 
66 
67 #endif /* CRPS_HK_ENABLE_CMD_H */
68 
void CrPsHkEnableCmdStartAction(FwSmDesc_t smDesc)
Start action of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure in...
void CrPsHkEnableCmdProgressAction(FwSmDesc_t smDesc)
Progress action of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure...
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:30
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrPsHkEnableCmdTerminationAction(FwSmDesc_t smDesc)
Termination Action of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Struct...
CrFwBool_t CrPsHkEnableCmdReadyCheck(FwSmDesc_t smDesc)
ReadyCheck of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure in-c...
void CrPsHkEnableCmdAbortAction(FwSmDesc_t smDesc)
Abort Action of the Command (3,5) to Enable Periodic Generation of a Housekeeping Report Structure in...
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved