23 #ifndef CRFW_OUTFACTORY_USERPAR_H_ 24 #define CRFW_OUTFACTORY_USERPAR_H_ 30 #define CR_FW_OUTFACTORY_MAX_NOF_OUTCMP 10 40 #define CR_FW_OUTCMP_NKINDS 3 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}, \ 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...