//
// Academic License - for use in teaching, academic research, and meeting
// course requirements at degree granting institutions only.  Not for
// government, commercial, or other organizational use.
// File: tb_obscheck_internal_types.h
//
// MATLAB Coder version            : 5.3
// C/C++ source code generated on  : 12-May-2022 07:57:40
//

#ifndef TB_OBSCHECK_INTERNAL_TYPES_H
#define TB_OBSCHECK_INTERNAL_TYPES_H

// Include Files
#include "rtwtypes.h"
#include "tb_obscheck_types.h"
#include "coder_array.h"

// Type Definitions
struct struct_T {
  int xstart;
  int xend;
  int depth;
};

struct b_struct_T {
  coder::array<int, 1U> a;
  coder::array<int, 1U> b;
};

struct emxArray_struct_T_120 {
  struct_T data[120];
  int size[1];
};

#endif
//
// File trailer for tb_obscheck_internal_types.h
//
// [EOF]
//
