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