📄 c1_model16to02.c
字号:
_SFD_SET_DATA_PROPS(2,2,0,1,SF_DOUBLE,0,NULL,0,0.0,1.0,0,"stuck",0);
_SFD_SET_DATA_PROPS(3,1,1,0,SF_DOUBLE,0,NULL,0,0.0,1.0,0,"novelocity",0);
_SFD_SET_DATA_PROPS(1,1,1,0,SF_DOUBLE,0,NULL,0,0.0,1.0,0,"Fsum",0);
_SFD_STATE_INFO(2,0,0);
_SFD_STATE_INFO(0,0,0);
_SFD_STATE_INFO(1,0,0);
_SFD_CH_SUBSTATE_COUNT(1);
_SFD_CH_SUBSTATE_DECOMP(0);
_SFD_CH_SUBSTATE_INDEX(0,2);
_SFD_ST_SUBSTATE_COUNT(2,2);
_SFD_ST_SUBSTATE_INDEX(2,0,0);
_SFD_ST_SUBSTATE_INDEX(2,1,1);
_SFD_ST_SUBSTATE_COUNT(0,0);
_SFD_ST_SUBSTATE_COUNT(1,0);
}
_SFD_CV_INIT_CHART(1,0,0,0);
{
_SFD_CV_INIT_STATE(2,2,1,0,0,0,NULL,NULL);
}
{
_SFD_CV_INIT_STATE(0,0,0,0,0,0,NULL,NULL);
}
{
_SFD_CV_INIT_STATE(1,0,0,0,0,0,NULL,NULL);
}
{
static unsigned int sStartGuardMap[] = {1};
static unsigned int sEndGuardMap[] = {21};
static int sPostFixPredicateTree[] = {0};
_SFD_CV_INIT_TRANS(2,1,&(sStartGuardMap[0]),&(sEndGuardMap[0]),1,&(sPostFixPredicateTree[0]));
}
_SFD_CV_INIT_TRANS(0,0,NULL,NULL,0,NULL);
{
static unsigned int sStartGuardMap[] = {1,15};
static unsigned int sEndGuardMap[] = {11,35};
static int sPostFixPredicateTree[] = {0,1,-3};
_SFD_CV_INIT_TRANS(1,2,&(sStartGuardMap[0]),&(sEndGuardMap[0]),3,&(sPostFixPredicateTree[0]));
}
_SFD_TRANS_COV_WTS(2,0,1,0,0);
if(chartAlreadyPresent==0)
{
static unsigned int sStartGuardMap[] = {1};
static unsigned int sEndGuardMap[] = {21};
_SFD_TRANS_COV_MAPS(2,
0,NULL,NULL,
1,&(sStartGuardMap[0]),&(sEndGuardMap[0]),
0,NULL,NULL,
0,NULL,NULL);
}
_SFD_TRANS_COV_WTS(0,0,0,0,0);
if(chartAlreadyPresent==0)
{
_SFD_TRANS_COV_MAPS(0,
0,NULL,NULL,
0,NULL,NULL,
0,NULL,NULL,
0,NULL,NULL);
}
_SFD_TRANS_COV_WTS(1,0,2,0,0);
if(chartAlreadyPresent==0)
{
static unsigned int sStartGuardMap[] = {1,15};
static unsigned int sEndGuardMap[] = {11,35};
_SFD_TRANS_COV_MAPS(1,
0,NULL,NULL,
2,&(sStartGuardMap[0]),&(sEndGuardMap[0]),
0,NULL,NULL,
0,NULL,NULL);
}
_SFD_SET_DATA_VALUE_PTR(2U, c1_stuck());
_SFD_SET_DATA_VALUE_PTR(3U, c1_novelocity());
_SFD_SET_DATA_VALUE_PTR(1U, c1_Fsum());
}
}
} else {
sf_debug_reset_current_state_configuration(_model16to02MachineNumber_,chartInstance.chartNumber,chartInstance.instanceNumber);
}
}
static void sf_opaque_initialize_c1_model16to02(void *chartInstanceVar)
{
chart_debug_initialization(chartInstance.S);
initialize_c1_model16to02();
}
static void sf_opaque_enable_c1_model16to02(void *chartInstanceVar)
{
enable_c1_model16to02();
}
static void sf_opaque_disable_c1_model16to02(void *chartInstanceVar)
{
disable_c1_model16to02();
}
static void sf_opaque_gateway_c1_model16to02(void *chartInstanceVar)
{
sf_c1_model16to02();
}
static void sf_opaque_terminate_c1_model16to02(void *chartInstanceVar)
{
finalize_c1_model16to02();
}
static void sf_opaque_store_current_config(void *chartInstanceVar)
{
store_current_config();
}
static void sf_opaque_restore_before_last_major_step(void *chartInstanceVar)
{
restore_before_last_major_step();
}
static void sf_opaque_restore_last_major_step(void *chartInstanceVar)
{
restore_last_major_step();
}
static void mdlSetWorkWidths_c1_model16to02(SimStruct *S)
{
if(sim_mode_is_rtw_gen(S)) {
int_T chartIsInlinable =
(int_T)sf_is_chart_inlinable("model16to02",1);
int_T chartIsMultiInstanced =
(int_T)sf_is_chart_multi_instanced("model16to02",1);
ssSetStateflowIsInlinable(S,chartIsInlinable);
ssSetEnableFcnIsTrivial(S,1);
ssSetDisableFcnIsTrivial(S,1);
if(chartIsInlinable) {
ssSetInputPortOptimOpts(S, 0, SS_REUSABLE_AND_LOCAL);
ssSetInputPortOptimOpts(S, 1, SS_REUSABLE_AND_LOCAL);
sf_mark_chart_expressionable_inputs(S,"model16to02",1,2);
sf_mark_chart_reusable_outputs(S,"model16to02",1,1);
}
if (!sf_is_chart_instance_optimized_out("model16to02",1)) {
int dtId;
char *chartInstanceTypedefName =
sf_chart_instance_typedef_name("model16to02",1);
dtId = ssRegisterDataType(S, chartInstanceTypedefName);
if (dtId == INVALID_DTYPE_ID ) return;
/* Register the size of the udt */
if (!ssSetDataTypeSize(S, dtId, 8)) return;
if(!ssSetNumDWork(S,1)) return;
ssSetDWorkDataType(S, 0, dtId);
ssSetDWorkWidth(S, 0, 1);
ssSetDWorkName(S, 0, "ChartInstance"); /*optional name, less than 16 chars*/
sf_set_rtw_identifier(S);
}
ssSetHasSubFunctions(S,!(chartIsInlinable));
ssSetOptions(S,ssGetOptions(S)|SS_OPTION_WORKS_WITH_CODE_REUSE);
}
ssSetChecksum0(S,(616685526U));
ssSetChecksum1(S,(324833157U));
ssSetChecksum2(S,(2270801914U));
ssSetChecksum3(S,(4266405528U));
ssSetExplicitFCSSCtrl(S,1);
}
static void mdlRTW_c1_model16to02(SimStruct *S)
{
sf_write_symbol_mapping(S, "model16to02", 1);
ssWriteRTWStrParam(S, "StateflowChartType", "Stateflow");
}
static void mdlStart_c1_model16to02(SimStruct *S)
{
chartInstance.chartInfo.chartInstance = NULL;
chartInstance.chartInfo.isEMLChart = 0;
chartInstance.chartInfo.chartInitialized = 0;
chartInstance.chartInfo.sFunctionGateway = sf_opaque_gateway_c1_model16to02;
chartInstance.chartInfo.initializeChart = sf_opaque_initialize_c1_model16to02;
chartInstance.chartInfo.terminateChart = sf_opaque_terminate_c1_model16to02;
chartInstance.chartInfo.enableChart = sf_opaque_enable_c1_model16to02;
chartInstance.chartInfo.disableChart = sf_opaque_disable_c1_model16to02;
chartInstance.chartInfo.mdlRTW = mdlRTW_c1_model16to02;
chartInstance.chartInfo.mdlStart = mdlStart_c1_model16to02;
chartInstance.chartInfo.mdlSetWorkWidths = mdlSetWorkWidths_c1_model16to02;
chartInstance.chartInfo.restoreLastMajorStepConfiguration =
sf_opaque_restore_last_major_step;
chartInstance.chartInfo.restoreBeforeLastMajorStepConfiguration =
sf_opaque_restore_before_last_major_step;
chartInstance.chartInfo.storeCurrentConfiguration =
sf_opaque_store_current_config;
chartInstance.S = S;
ssSetUserData(S,(void *)(&(chartInstance.chartInfo))); /* register the chart instance with simstruct */
if(!sim_mode_is_rtw_gen(S)) {
init_test_point_mapping_info(S);
}
}
void c1_model16to02_method_dispatcher(SimStruct *S, int_T method, void *data)
{
switch (method) {
case SS_CALL_MDL_START:
mdlStart_c1_model16to02(S);
break;
case SS_CALL_MDL_SET_WORK_WIDTHS:
mdlSetWorkWidths_c1_model16to02(S);
break;
default:
/* Unhandled method */
sf_mex_error_message("Stateflow Internal Error:\n"
"Error calling c1_model16to02_method_dispatcher.\n"
"Can't handle method %d.\n", method);
break;
}
}
static const rtwCAPI_DataTypeMap dataTypeMap[] = {
/* cName, mwName, numElements, elemMapIndex, dataSize, slDataId, isComplex, isPointer */
{"uint8_T", "uint8_T", 0, 0, sizeof(uint8_T), SS_UINT8, 0, 0}
};
static real_T fixPtSlopeBiasVals[2] = {
0,
1
};
static const rtwCAPI_FixPtMap fixedPointMap[] = {
/* *fracSlope, *bias, scaleType, exponent, isSigned */
{NULL, NULL, rtwCAPI_FIX_RESERVED, 0, 0}
};
static const rtwCAPI_DimensionMap dimensionMap[] = {
/* dataOrientation, dimArrayIndex, numDims*/
{rtwCAPI_SCALAR, 0, 2}
};
static const uint_T dimensionArray[] = {
1, 1
};
static real_T sfCAPIsampleTimeZero = 0.0;
static const rtwCAPI_SampleTimeMap sampleTimeMap[] = {
/* *period, *offset, taskId, contextTid, mode */
{&sfCAPIsampleTimeZero, &sfCAPIsampleTimeZero, 0, 0, 0}
};
static const rtwCAPI_Signals testPointSignals[] = {
/* addrMapIndex, sysNum, SFRelativePath, dataName, portNumber, dataTypeIndex, dimIndex, fixPtIdx, sTimeIndex */
{0, 0, "StateflowChart/state_of_motion", "state_of_motion", 0, 0, 0, 0, 0},
{1, 0, "StateflowChart/state_of_motion.sliding", "sliding", 0, 0, 0, 0, 0},
{2, 0, "StateflowChart/state_of_motion.stuck", "stuck", 0, 0, 0, 0, 0}
};
static rtwCAPI_ModelMappingStaticInfo testPointMappingStaticInfo = {
/* block signal monitoring */
{
testPointSignals, /* Block signals Array */
3 /* Num Block IO signals */
},
/* parameter tuning */
{
NULL, /* Block parameters Array */
0, /* Num block parameters */
NULL, /* Variable parameters Array */
0 /* Num variable parameters */
},
/* block states */
{
NULL, /* Block States array */
0 /* Num Block States */
},
/* Static maps */
{
dataTypeMap, /* Data Type Map */
dimensionMap, /* Data Dimension Map */
fixedPointMap, /* Fixed Point Map */
NULL, /* Structure Element map */
sampleTimeMap, /* Sample Times Map */
dimensionArray /* Dimension Array */
},
/* Target type */
"float"
};
static void init_test_point_mapping_info(SimStruct *S) {
rtwCAPI_ModelMappingInfo *testPointMappingInfo;
void **testPointAddrMap;
init_test_point_addr_map();
testPointMappingInfo = get_test_point_mapping_info();
testPointAddrMap = get_test_point_address_map();
rtwCAPI_SetStaticMap(*testPointMappingInfo, &testPointMappingStaticInfo);
rtwCAPI_SetPath(*testPointMappingInfo, "");
rtwCAPI_SetFullPath(*testPointMappingInfo, NULL);
rtwCAPI_SetDataAddressMap(*testPointMappingInfo, testPointAddrMap);
rtwCAPI_SetChildMMIArray(*testPointMappingInfo, NULL);
rtwCAPI_SetChildMMIArrayLen(*testPointMappingInfo, 0);
ssSetModelMappingInfoPtr(S, testPointMappingInfo);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -