CORDET Framework - C2 Implementation
CrPsHkOneShotCmd.h
Go to the documentation of this file.
1 
22 #ifndef CRPS_HK_ONESHOT_CMD_H
23 #define CRPS_HK_ONESHOT_CMD_H
24 
25 #include "CrFwConstants.h"
26 
33 CrFwBool_t CrPsHkOneShotCmdReadyCheck(FwSmDesc_t smDesc);
34 
40 void CrPsHkOneShotCmdStartAction(FwSmDesc_t smDesc);
41 
47 void CrPsHkOneShotCmdProgressAction(FwSmDesc_t smDesc);
48 
55 void CrPsHkOneShotCmdTerminationAction(FwSmDesc_t smDesc);
56 
62 void CrPsHkOneShotCmdAbortAction(FwSmDesc_t smDesc);
63 
64 
65 
66 #endif /* CRPS_HK_ONESHOT_CMD_H */
67 
void CrPsHkOneShotCmdProgressAction(FwSmDesc_t smDesc)
Progress action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command pack...
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:30
void CrPsHkOneShotCmdStartAction(FwSmDesc_t smDesc)
Start action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet...
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrPsHkOneShotCmdTerminationAction(FwSmDesc_t smDesc)
Termination Action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command p...
CrFwBool_t CrPsHkOneShotCmdReadyCheck(FwSmDesc_t smDesc)
ReadyCheck of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet...
void CrPsHkOneShotCmdAbortAction(FwSmDesc_t smDesc)
Abort Action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet...
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved