okteta
modsum32bytearraychecksumalgorithm.h
Go to the documentation of this file.
39 virtual bool calculateChecksum( QString* result, const Okteta::AbstractByteArrayModel* model, const Okteta::AddressRange& range ) const;
43 quint32 calculateModSumWithBigEndian( const Okteta::AbstractByteArrayModel* model, const Okteta::AddressRange& range ) const;
44 quint32 calculateModSumWithLittleEndian( const Okteta::AbstractByteArrayModel* model, const Okteta::AddressRange& range ) const;
virtual bool calculateChecksum(QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const
Definition: modsum32bytearraychecksumalgorithm.cpp:40
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual AbstractByteArrayChecksumParameterSet * parameterSet()
used by the editor to get write access to the parameters
Definition: modsum32bytearraychecksumalgorithm.cpp:38
virtual ~ModSum32ByteArrayChecksumAlgorithm()
Definition: modsum32bytearraychecksumalgorithm.cpp:131
quint32 calculateModSumWithLittleEndian(const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const
Definition: modsum32bytearraychecksumalgorithm.cpp:96
ModSum32ByteArrayChecksumAlgorithm()
Definition: modsum32bytearraychecksumalgorithm.cpp:33
ModSumByteArrayChecksumParameterSet mParameterSet
Definition: modsum32bytearraychecksumalgorithm.h:47
quint32 calculateModSumWithBigEndian(const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const
Definition: modsum32bytearraychecksumalgorithm.cpp:57
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.