| 65 | double m_time; |
| 66 | |
| 67 | BathData(double bathlon, double bathlat, double bath, double amp, |
| 68 | double time) : |
| 69 | m_bathlon(bathlon), m_bathlat(bathlat), m_bath(bath), m_amp(amp), |
| 70 | m_time(time) |
| 71 | {} |
| 72 | }; |
| 73 | |
| 74 | struct SidescanData |
nothing calls this directly
no outgoing calls
no test coverage detected