| 146 | }; |
| 147 | |
| 148 | BpfHeader() : m_version(0), m_len(176), m_numDim(0), |
| 149 | m_compression(Utils::toNative(BpfCompression::None)), m_numPts(0), |
| 150 | m_coordType(Utils::toNative(BpfCoordType::Cartesian)), m_coordId(0), |
| 151 | m_spacing(0.0), m_startTime(0.0), m_endTime(0.0) |
| 152 | {} |
| 153 | |
| 154 | int32_t m_version; |
| 155 | std::string m_ver; |
nothing calls this directly
no test coverage detected