okteta
#include <modsum32bytearraychecksumalgorithm.h>

Public Member Functions | |
ModSum32ByteArrayChecksumAlgorithm () | |
virtual | ~ModSum32ByteArrayChecksumAlgorithm () |
virtual bool | calculateChecksum (QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const |
virtual AbstractByteArrayChecksumParameterSet * | parameterSet () |
![]() | |
virtual | ~AbstractByteArrayChecksumAlgorithm () |
QString | name () const |
Protected Member Functions | |
quint32 | calculateModSumWithBigEndian (const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const |
quint32 | calculateModSumWithLittleEndian (const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const |
![]() | |
AbstractByteArrayChecksumAlgorithm (const QString &name) | |
Protected Attributes | |
ModSumByteArrayChecksumParameterSet | mParameterSet |
![]() | |
Private *const | d |
Additional Inherited Members | |
![]() | |
void | calculatedBytes (int bytes) const |
![]() | |
static const int | CalculatedByteCountSignalLimit = 10000 |
Detailed Description
Definition at line 32 of file modsum32bytearraychecksumalgorithm.h.
Constructor & Destructor Documentation
ModSum32ByteArrayChecksumAlgorithm::ModSum32ByteArrayChecksumAlgorithm | ( | ) |
Definition at line 33 of file modsum32bytearraychecksumalgorithm.cpp.
|
virtual |
Definition at line 131 of file modsum32bytearraychecksumalgorithm.cpp.
Member Function Documentation
|
virtual |
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 40 of file modsum32bytearraychecksumalgorithm.cpp.
|
protected |
Definition at line 57 of file modsum32bytearraychecksumalgorithm.cpp.
|
protected |
Definition at line 96 of file modsum32bytearraychecksumalgorithm.cpp.
|
virtual |
used by the editor to get write access to the parameters
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 38 of file modsum32bytearraychecksumalgorithm.cpp.
Member Data Documentation
|
protected |
Definition at line 47 of file modsum32bytearraychecksumalgorithm.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.