CORDET Framework - C2 Implementation
CrPsTestAreYouAliveConnectionRep.c
Go to the documentation of this file.
1 
23 
24 /* CrFramework includes */
25 #include "Pckt/CrFwPckt.h"
27 #include "OutCmp/CrFwOutCmp.h"
29 
30 #include "CrFwCmpData.h"
31 #include "FwSmConfig.h"
32 
33 /* ------------------------------------------------------------------------------------ */
35 {
36  CrFwCmpData_t* cmpData;
37  cmpData = (CrFwCmpData_t*)FwSmGetData(smDesc);
38  cmpData->outcome = 1;
39 
40  return;
41 }
42 
Declaration of the Perform Connection Test in-coming command packet.
Type for the Framework Component Data (FCD).
CrFwOutcome_t outcome
The outcome of an action or check executed by a state machine or by one of its procedures.
void CrPsTestAreYouAliveConnectionRepUpdateAction(FwSmDesc_t smDesc)
Update action of the Perform Connection Test in-coming command packet.
Definition of the OutFactory component.
Header file to define all service and packet identifiers.
Interface for creating and accessing a report or command packet.
Definition of the OutComponent Component of the framework.
Definition of the OutLoader component.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved