File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131#include "sample_app_msg.h"
3232
3333CFE_Status_t SAMPLE_APP_SendHkCmd (const SAMPLE_APP_SendHkCmd_t * Msg );
34+ CFE_Status_t SAMPLE_APP_NoopCmd (const SAMPLE_APP_NoopCmd_t * Msg );
3435CFE_Status_t SAMPLE_APP_ResetCountersCmd (const SAMPLE_APP_ResetCountersCmd_t * Msg );
3536CFE_Status_t SAMPLE_APP_ProcessCmd (const SAMPLE_APP_ProcessCmd_t * Msg );
36- CFE_Status_t SAMPLE_APP_NoopCmd (const SAMPLE_APP_NoopCmd_t * Msg );
3737CFE_Status_t SAMPLE_APP_DisplayParamCmd (const SAMPLE_APP_DisplayParamCmd_t * Msg );
3838
3939#endif /* SAMPLE_APP_CMDS_H */
Original file line number Diff line number Diff line change 3131#include "cfe.h"
3232#include "sample_app_msg.h"
3333
34- void SAMPLE_APP_TaskPipe (const CFE_SB_Buffer_t * SBBufPtr );
35- void SAMPLE_APP_ProcessGroundCommand (const CFE_SB_Buffer_t * SBBufPtr );
3634bool SAMPLE_APP_VerifyCmdLength (const CFE_MSG_Message_t * MsgPtr , size_t ExpectedLength );
35+ void SAMPLE_APP_ProcessGroundCommand (const CFE_SB_Buffer_t * SBBufPtr );
36+ void SAMPLE_APP_TaskPipe (const CFE_SB_Buffer_t * SBBufPtr );
3737
3838#endif /* SAMPLE_APP_DISPATCH_H */
You can’t perform that action at this time.
0 commit comments