CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoMaster/CrFwOutFactoryUserPar.h
Go to the documentation of this file.
1 
21 #include "CrMaOutCmpSetTempLimit.h"
22 
23 #ifndef CRFW_OUTFACTORY_USERPAR_H_
24 #define CRFW_OUTFACTORY_USERPAR_H_
25 
30 #define CR_FW_OUTFACTORY_MAX_NOF_OUTCMP 10
31 
40 #define CR_FW_OUTCMP_NKINDS 3
41 
95 #define CR_FW_OUTCMP_INIT_KIND_DESC \
96  { {64, 1, 0, 1, 100, &CrFwOutCmpDefEnableCheck, &CrFwSmCheckAlwaysTrue, \
97  &CrFwSmCheckAlwaysFalse, &CrFwSmEmptyAction, &CrMaOutCmpEnableDisableSerialize}, \
98  {64, 2, 0, 1, 100, &CrFwOutCmpDefEnableCheck, &CrFwSmCheckAlwaysTrue, \
99  &CrFwSmCheckAlwaysFalse, &CrFwSmEmptyAction, &CrMaOutCmpEnableDisableSerialize}, \
100  {64, 3, 0, 1, 100, &CrFwOutCmpDefEnableCheck, &CrFwSmCheckAlwaysTrue, \
101  &CrFwSmCheckAlwaysFalse, &CrFwSmEmptyAction, &CrMaOutCmpSetTempLimitSerialize}, \
102  }
103 
104 #endif /* CRFW_OUTFACTORY_USERPAR_H_ */
OutComponent encapsulating a command to set the temperature limit in a Slave Application.
OutComponent encapsulating a command to enable or disable temperature monitoring in a Slave Applicati...
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved