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