Home
last modified time | relevance | path

Searched refs:E57_ERROR_BAD_CHECKSUM (Results 1 – 3 of 3) sorted by relevance

/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/include/
H A DE57Exception.h55 E57_ERROR_BAD_CHECKSUM = 16, //!< checksum mismatch, file is corrupted enumerator
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/src/
H A DE57Exception.cpp292 case E57_ERROR_BAD_CHECKSUM: in errorCodeToString()
H A DCheckedFile.cpp603 throw E57_EXCEPTION2(E57_ERROR_BAD_CHECKSUM, in verifyChecksum()