FACT++  1.0
uint32_t Checksum::val ( ) const
inline

Definition at line 20 of file checksum.h.

Referenced by CompressedFitsWriter::close(), zofits::close(), ofits::close(), zfits::IsFileOk(), main(), str(), ofits::UpdateHeaderChecksum(), CompressedFitsWriter::writeDrsCalib(), and factofits::WriteDrsOffsetsTable().

20 { return (((buffer&0xffff)<<16) | ((buffer>>32)&0xffff)); }
uint64_t buffer
Definition: checksum.h:13

+ Here is the caller graph for this function: