/* * Arguments : void * Return Type : void */ void get_coherence_initialize(void) { emlrtStack st = { NULL, NULL, NULL }; mexFunctionCreateRootTLS(); st.tls = emlrtRootTLSGlobal; emlrtClearAllocCountR2012b(&st, false, 0U, 0); emlrtEnterRtStackR2012b(&st); emlrtFirstTimeR2012b(emlrtRootTLSGlobal); }
/* Function Definitions */ void pcaangle_atexit(void) { emlrtStack st = { NULL, NULL, NULL }; mexFunctionCreateRootTLS(); st.tls = emlrtRootTLSGlobal; emlrtEnterRtStackR2012b(&st); emlrtLeaveRtStackR2012b(&st); emlrtDestroyRootTLS(&emlrtRootTLSGlobal); }
/* * Arguments : void * Return Type : void */ void ekf_update_atexit(void) { emlrtStack st = { NULL, NULL, NULL }; mexFunctionCreateRootTLS(); st.tls = emlrtRootTLSGlobal; emlrtEnterRtStackR2012b(&st); emlrtLeaveRtStackR2012b(&st); emlrtDestroyRootTLS(&emlrtRootTLSGlobal); ekf_update_xil_terminate(); }
/* Function Definitions */ void crossCorrXY_initialize(void) { emlrtStack st = { NULL, NULL, NULL }; mexFunctionCreateRootTLS(); emlrtBreakCheckR2012bFlagVar = emlrtGetBreakCheckFlagAddressR2012b(); st.tls = emlrtRootTLSGlobal; emlrtClearAllocCountR2012b(&st, false, 0U, 0); emlrtEnterRtStackR2012b(&st); emlrtFirstTimeR2012b(emlrtRootTLSGlobal); }
void rffe_test_initialize(void) { emlrtStack st = { NULL, NULL, NULL }; mexFunctionCreateRootTLS(); emlrtBreakCheckR2012bFlagVar = emlrtGetBreakCheckFlagAddressR2012b(); st.tls = emlrtRootTLSGlobal; emlrtClearAllocCountR2012b(&st, false, 0U, 0); emlrtEnterRtStackR2012b(&st); emlrtLicenseCheckR2012b(&st, "Communication_Toolbox", 2); emlrtLicenseCheckR2012b(&st, "Signal_Toolbox", 2); if (emlrtFirstTimeR2012b(emlrtRootTLSGlobal)) { rffe_test_once(); } }