fun9_tdoa1.h 499 B

123456789101112131415161718192021222324252627
  1. //
  2. // File: tdoa1.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 24-Mar-2023 11:40:08
  6. //
  7. #ifndef TDOA1_H
  8. #define TDOA1_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. extern void tdoa1(const coder::array<double, 2U> &Pos,
  16. const coder::array<double, 2U> &T, double M,
  17. double targetPos[3]);
  18. #endif
  19. //
  20. // File trailer for tdoa1.h
  21. //
  22. // [EOF]
  23. //