FW Profile - C1 Implementation
FwRtMakeTest.h
Go to the documentation of this file.
1 
21 #ifndef FWPR_MAKETESTRT_H_
22 #define FWPR_MAKETESTRT_H_
23 
24 #include "FwRtConstants.h"
25 #include "FwRtConfig.h"
26 #include "FwRtCore.h"
27 
29 #define MAX_RT_INDEX 10
30 
37 struct TestRtData {
60 };
61 
80 FwRtDesc_t FwRtMakeTestRT1(unsigned int i);
81 
106 FwRtDesc_t FwRtMakeTestRT2(unsigned int i);
107 
132 FwRtDesc_t FwRtMakeTestRT3(unsigned int i);
133 
159 FwRtDesc_t FwRtMakeTestRT4(unsigned int i);
160 
184 FwRtDesc_t FwRtMakeTestRT5(unsigned int i);
185 
186 #endif /* FWPR_MAKETESTRT_H_ */
FwRtDesc_t FwRtMakeTestRT4(unsigned int i)
This function resets the i-th instance of the Test RT Container RT4 and returns a pointer to its desc...
Definition: FwRtMakeTest.c:359
int apImplActivLogicCounter
Counter increment by the Implement Activation Logic Action.
Definition: FwRtMakeTest.h:53
Declaration of the API for a RT Container.
Header file to define all constants and types for the RT Container Module of the FW Profile...
FwRtOutcome_t apExecFuncBehaviourFlag
Flag determining the outcome of the Execute Functional Behaviour Action.
Definition: FwRtMakeTest.h:59
int apSetupNotifCounter
Counter incremented by the Setup Notification Action.
Definition: FwRtMakeTest.h:51
Declaration of the configuration interface for a RT Container.
int apFinalCounter
Counter incremented by the Finalization Action of the Activation Procedure.
Definition: FwRtMakeTest.h:49
int apExecFuncBehaviourCounter
Counter incremented by the Execute Functional Behaviour Action.
Definition: FwRtMakeTest.h:57
FwRtDesc_t FwRtMakeTestRT5(unsigned int i)
This function resets the i-th instance of the Test RT Container RT5 and returns a pointer to its desc...
Definition: FwRtMakeTest.c:401
Type for the data structure passed to all RT Containers made by the functions declared by this header...
Definition: FwRtMakeTest.h:37
int npInitCounter
Counter incremented by the Initialization Action of the Notification Procedure.
Definition: FwRtMakeTest.h:39
FwRtOutcome_t apImplActivLogicFlag
Flag determining outcome of Implement Activation Logic Action.
Definition: FwRtMakeTest.h:55
FwRtDesc_t FwRtMakeTestRT1(unsigned int i)
This function resets the i-th instance of the Test RT Container RT1 and returns a pointer to its desc...
Definition: FwRtMakeTest.c:233
int apInitCounter
Counter incremented by the Initialization Action of the Activation Procedure.
Definition: FwRtMakeTest.h:47
int npImplNotifLogicCounter
Counter incremented by the Implement Notification Logic Action.
Definition: FwRtMakeTest.h:43
FwRtDesc_t FwRtMakeTestRT3(unsigned int i)
This function resets the i-th instance of the Test RT Container RT3 and returns a pointer to its desc...
Definition: FwRtMakeTest.c:317
FwRtDesc_t FwRtMakeTestRT2(unsigned int i)
This function resets the i-th instance of the Test RT Container RT2 and returns a pointer to its desc...
Definition: FwRtMakeTest.c:275
FwRtOutcome_t npImplNotifLogicFlag
Flag determining outcome of Implement Notification Logic Action.
Definition: FwRtMakeTest.h:45
Structure representing a RT Container Descriptor.
int FwRtOutcome_t
Type used for the outcome of a container action.
Definition: FwRtConstants.h:37
int npFinalCounter
Counter incremented by the Finalization Action of the Notification Procedure.
Definition: FwRtMakeTest.h:41
P&P Software GmbH, Copyright 2011, All Rights Reserved