Filtering algorythm for calculating checksums.
More...
#include <CheckSumFilter.hh>
|
virtual void | filter (const char *Buffer, INT_8U Size) |
|
Filtering algorythm for calculating checksums.
Constructor.
- Parameters
-
[in] | Type | The type of checksum to be calculated. |
- Returns
- A new instance of the class.
void FrameCPP::Common::CheckSumFilter::Filter |
( |
const void * |
Buffer, |
|
|
INT_8U |
Size |
|
) |
| |
|
inline |
Filter a sequence of bytes.
- Parameters
-
[in] | Buffer | The sequence of bytes to be filter. |
[in] | Size | The number of bytes in Buffer. |
void FrameCPP::Common::CheckSumFilter::filter |
( |
const char * |
Buffer, |
|
|
INT_8U |
Size |
|
) |
| |
|
protectedvirtual |
CheckSum * FrameCPP::Common::CheckSumFilter::GetChecksum |
( |
| ) |
const |
|
inline |
const void * FrameCPP::Common::StreamFilter::Offset |
( |
| ) |
const |
|
inlineinherited |
const void * FrameCPP::Common::StreamFilter::Offset |
( |
const void * |
Pos | ) |
|
|
inlineinherited |
void FrameCPP::Common::StreamFilter::pubfilter |
( |
const char * |
Buffer, |
|
|
INT_8U |
Size |
|
) |
| |
|
inherited |
INT_4U FrameCPP::Common::CheckSumFilter::Value |
( |
| ) |
|
|
inline |
const void* FrameCPP::Common::StreamFilter::m_buffer_pos |
|
protectedinherited |
The documentation for this class was generated from the following files: