 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
13 #ifndef CFDP_Checksum_HPP
14 #define CFDP_Checksum_HPP
86 void addWordUnaligned(
bool operator!=(const Checksum &checksum) const
Compare checksum and this for inequality.
uint8_t U8
8-bit unsigned integer
void update(const U8 *const data, const U32 offset, const U32 length)
Update the checksum value by accumulating the words in the data.
U32 getValue(void) const
Get the checksum value.
Checksum()
Construct a fresh Checksum object.
const Checksum & operator=(const Checksum &checksum)
Assign checksum to this.
bool operator==(const Checksum &checksum) const
Compare checksum and this for equality.
~Checksum()
Destroy a Checksum object.
Class representing a CFDP checksum.
Declares ISF basic types.