File: Datalogger4ChConverter_ErrInsensitiveSound_initialize.c1 /* 2 * Datalogger4ChConverter_ErrInsensitiveSound_initialize.c 3 * 4 * Code generation for function 'Datalogger4ChConverter_ErrInsensitiveSound_initialize' 5 * 6 */ 7 8 /* Include files */ 9 #include "rt_nonfinite.h" 10 #include "Datalogger4ChConverter_ErrInsensitiveSound.h" 11 #include "Datalogger4ChConverter_ErrInsensitiveSound_initialize.h" 12 #include "_coder_Datalogger4ChConverter_ErrInsensitiveSound_mex.h" 13 #include "Datalogger4ChConverter_ErrInsensitiveSound_data.h" 14 #include <stdio.h> 15 16 /* Function Declarations */ 17 static void c_Datalogger4ChConverter_ErrIns(void); 18 19 /* Function Definitions */ 20 static void c_Datalogger4ChConverter_ErrIns(void) 21 { 22 int32_T cond_starts_0_0[2] = { 551, 563 }; 23 24 int32_T cond_ends_0_0[2] = { 557, 569 }; 25 26 int32_T postfix_exprs_0_0[3] = { 0, 1, -3 }; 27 28 int32_T cond_starts_0_1[1] = { 811 }; 29 30 int32_T cond_ends_0_1[1] = { 816 }; 31 32 int32_T postfix_exprs_0_1[2] = { 0, -1 }; 33 34 int32_T cond_starts_0_2[1] = { 980 }; 35 36 int32_T cond_ends_0_2[1] = { 985 }; 37 38 int32_T postfix_exprs_0_2[2] = { 0, -1 }; 39 40 /* Allocate instance data */ 41 covrtAllocateInstanceData(&emlrtCoverageInstance); 42 43 /* Initialize Coverage Information */ 44 covrtScriptInit(&emlrtCoverageInstance, 45 "D:\\CodeToNatureMethods27102017\\Datalogger4ChConverter_ErrInsensitiveSound.m", 46 0, 1, 13, 5, 0, 0, 0, 1, 1, 4, 3); 47 48 /* Initialize Function Information */ 49 covrtFcnInit(&emlrtCoverageInstance, 0, 0, 50 "Datalogger4ChConverter_ErrInsensitiveSound", 0, -1, 1814); 51 52 /* Initialize Basic Block Information */ 53 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 6, 930, -1, 955); 54 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 5, 825, -1, 909); 55 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 4, 760, -1, 773); 56 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 3, 710, -1, 733); 57 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 2, 661, -1, 686); 58 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 1, 431, -1, 542); 59 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 12, 1434, -1, 1799); 60 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 11, 1389, -1, 1423); 61 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 10, 1323, -1, 1374); 62 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 9, 1244, -1, 1317); 63 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 8, 1063, -1, 1219); 64 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 7, 988, -1, 1048); 65 covrtBasicBlockInit(&emlrtCoverageInstance, 0, 0, 167, -1, 380); 66 67 /* Initialize If Information */ 68 covrtIfInit(&emlrtCoverageInstance, 0, 0, 547, 570, 778, 965); 69 covrtIfInit(&emlrtCoverageInstance, 0, 1, 693, 701, -1, 752); 70 covrtIfInit(&emlrtCoverageInstance, 0, 2, 807, 816, -1, 919); 71 covrtIfInit(&emlrtCoverageInstance, 0, 3, 976, 985, -1, 1061); 72 covrtIfInit(&emlrtCoverageInstance, 0, 4, 1376, 1386, -1, 1428); 73 74 /* Initialize MCDC Information */ 75 covrtMcdcInit(&emlrtCoverageInstance, 0, 0, 550, 570, 2, 0, cond_starts_0_0, 76 cond_ends_0_0, 3, postfix_exprs_0_0); 77 covrtMcdcInit(&emlrtCoverageInstance, 0, 1, 810, 816, 1, 2, cond_starts_0_1, 78 cond_ends_0_1, 2, postfix_exprs_0_1); 79 covrtMcdcInit(&emlrtCoverageInstance, 0, 2, 979, 985, 1, 3, cond_starts_0_2, 80 cond_ends_0_2, 2, postfix_exprs_0_2); 81 82 /* Initialize For Information */ 83 covrtForInit(&emlrtCoverageInstance, 0, 0, 1221, 1242, 1322); 84 85 /* Initialize While Information */ 86 covrtWhileInit(&emlrtCoverageInstance, 0, 0, 382, 407, 974); 87 88 /* Initialize Switch Information */ 89 /* Start callback for coverage engine */ 90 covrtScriptStart(&emlrtCoverageInstance, 0U); 91 } 92 93 void Datalogger4ChConverter_ErrInsensitiveSound_initialize(void) 94 { 95 emlrtStack st = { NULL, NULL, NULL }; 96 97 mexFunctionCreateRootTLS(); 98 emlrtBreakCheckR2012bFlagVar = emlrtGetBreakCheckFlagAddressR2012b(); 99 st.tls = emlrtRootTLSGlobal; 100 emlrtClearAllocCountR2012b(&st, false, 0U, 0); 101 emlrtEnterRtStackR2012b(&st); 102 if (emlrtFirstTimeR2012b(emlrtRootTLSGlobal)) { 103 c_Datalogger4ChConverter_ErrIns(); 104 } 105 } 106 107 /* End of code generation (Datalogger4ChConverter_ErrInsensitiveSound_initialize.c) */ 108 |