|
ldas-tools-framecpp 3.0.4
|
#include <FrameStreamBase.hh>

Protected Member Functions | |
| void | calcChecksumFile (const void *Buffer, INT_4U NBytes) |
| void | calcChecksumFrame (const void *Buffer, INT_4U NBytes) |
| void | calcMD5Sum (const void *Buffer, INT_4U NBytes) |
| void | calcChecksums (const void *Buffer, INT_4U NBytes) |
| void | setLastError (const std::string &Message) |
| void | calcChecksumFile (const void *Buffer, INT_4U NBytes) |
| void | calcChecksumFrame (const void *Buffer, INT_4U NBytes) |
| void | calcMD5Sum (const void *Buffer, INT_4U NBytes) |
| void | calcChecksums (const void *Buffer, INT_4U NBytes) |
| void | setLastError (const std::string &Message) |
Private Types | |
| typedef std::unique_ptr< CheckSum > | checksum_type |
| typedef std::unique_ptr< CheckSum > | checksum_type |
Private Attributes | |
| CheckSum::kind_type | m_type_of_frame_checksum |
| checksum_type | m_file_checksum |
| checksum_type | m_frame_checksum |
| MD5Sum * | m_md5 |
| std::string | m_last_error_message |
|
private |
|
private |
| FrameCPP::Common::FrameStreamBase::FrameStreamBase | ( | ) |
|
virtual |
| FrameCPP::Common::FrameStreamBase::FrameStreamBase | ( | ) |
|
virtual |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
protected |
|
inline |
| CheckSum & FrameCPP::Common::FrameStreamBase::GetCheckSumFile | ( | ) |
|
inline |
| CheckSum & FrameCPP::Common::FrameStreamBase::GetCheckSumFrame | ( | ) |
|
inline |
| const std::string & FrameCPP::Common::FrameStreamBase::GetLastError | ( | ) | const |
|
inline |
| MD5Sum & FrameCPP::Common::FrameStreamBase::GetMD5Sum | ( | ) |
|
inline |
| bool FrameCPP::Common::FrameStreamBase::IsCalculatingChecksumFile | ( | ) | const |
|
inline |
| bool FrameCPP::Common::FrameStreamBase::IsCalculatingChecksumFrame | ( | ) | const |
|
inline |
| bool FrameCPP::Common::FrameStreamBase::IsCalculatingMD5Sum | ( | ) | const |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
inlineprotected |
|
protected |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
private |
|
private |
|
private |
|
private |
|
private |