24 #ifndef FWPR_MAKETESTPR_H_ 25 #define FWPR_MAKETESTPR_H_ 46 #define LOG_ARRAY_SIZE 50 FwPrDesc_t FwPrMakeTestPR2(struct TestPrData *prData)
Operation to create the test procedure PR2.
FwPrDesc_t FwPrMakeTestPR6_1(struct TestPrData *prData)
Operation to create the test procedure PR6.
Declaration of the configuration interface for a FW Procedure.
int flag_6
Flag used in the procedure control flows.
FwPrDesc_t FwPrMakeTestPR6_3(struct TestPrData *prData)
Operation to create the test procedure PR6.
int flag_2
Flag used in the procedure control flows.
FwPrDesc_t FwPrMakeTestPR5(struct TestPrData *prData)
Operation to create the test procedure PR5.
Header file to define all constants and types for the procedure module of the FW Profile.
int flag_1
Flag used in the procedure control flows.
FwPrDesc_t FwPrMakeTestPR1(struct TestPrData *prData)
Operation to create the test procedure PR1.
FwPrDesc_t FwPrMakeTestPRDer1Static(FwPrDesc_t prDescBase, struct TestPrData *prData)
Create a derived procedure and override one of its actions and one of its guards. ...
int flag_4
Flag used in the procedure control flows.
int flag_5
Flag used in the procedure control flows.
FwPrDesc_t FwPrMakeTestPRDer1(FwPrDesc_t prDescBase, struct TestPrData *prData)
Create a derived procedure and override one of its actions and one of its guards. ...
FwPrDesc_t FwPrMakeTestPR2Dir(struct TestPrData *prData)
Operation to create the test procedure PR2 (see FwPrMakeTestPR2 and figure below) directly by instant...
FwPrDesc_t FwPrMakeTestPR2Static(struct TestPrData *prData)
Operation to create and configure the procedure PR2 (see FwPrMakeTestPR2 and figure below) statically...
Declaration of the static creation interface for a FW Procedure.
FwPrDesc_t FwPrMakeTestPR3(struct TestPrData *prData)
Operation to create the test procedure PR3.
Structure representing a procedure descriptor.
FwPrDesc_t FwPrMakeTestPR4(struct TestPrData *prData)
Operation to create the test procedure PR4.
FwPrDesc_t FwPrMakeTestPR1Static(struct TestPrData *prData)
Operation to create and configure the procedure PR1 (see FwPrMakeTestPR1 and figure below) statically...
FwPrDesc_t FwPrMakeTestPR6_2(struct TestPrData *prData)
Operation to create the test procedure PR6.
int counter_1
Counter incremented by the procedure actions.
int marker
Procedure's marker.
Declaration of the dynamical creation interface for a FW Procedure.
Type for the data structure passed to all procedures made by the functions declared by this header fi...
int flag_3
Flag used in the procedure control flows.
Declaration of the execution interface for a FW Procedure.