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


Public Types | |
| typedef cksum_ldas | crc_type |
| typedef CheckSum::value_type | value_type |
| typedef cksum_ldas | crc_type |
| typedef CheckSum::value_type | value_type |
| typedef INT_8U | size_type |
| enum | kind_type { UNSET = -1 , NONE = 0 , CRC = 1 , UNSET = -1 , NONE = 0 , CRC = 1 } |
| enum | kind_type { UNSET = -1 , NONE = 0 , CRC = 1 , UNSET = -1 , NONE = 0 , CRC = 1 } |
Public Member Functions | |
| CheckSumCRC () | |
| CheckSumCRC (value_type Value) | |
| virtual CheckSumCRC * | Clone () const |
| virtual void | Reset () |
| virtual void | calc (const void *Buffer, size_type NBytes) |
| CheckSumCRC () | |
| CheckSumCRC (value_type Value) | |
| virtual CheckSumCRC * | Clone () const |
| virtual void | Reset () |
| virtual void | calc (const void *Buffer, size_type NBytes) |
| kind_type | GetType () const |
| kind_type | GetType () const |
| value_type | value () |
| Things to be do to. | |
| value_type | value () |
| Things to be do to. | |
Static Public Member Functions | |
| static CheckSum * | Create (kind_type Type) |
| static CheckSum * | Create (kind_type Type, value_type Value) |
| static CheckSum * | Create (kind_type Type) |
| static CheckSum * | Create (kind_type Type, value_type Value) |
| static std::string | FormatError (value_type ExpectedValue, value_type CalculatedValue) |
| static std::string | FormatError (value_type ExpectedValue, value_type CalculatedValue) |
Protected Member Functions | |
| CheckSumCRC (const CheckSumCRC &Source) | |
| virtual void | finish () |
| CheckSumCRC (const CheckSumCRC &Source) | |
| virtual void | finish () |
Protected Attributes | |
| crc_type | crc_generator |
| value_type | m_value |
Private Attributes | |
| bool | m_active = true |
| kind_type | m_type = UNSET |
| typedef INT_8U FrameCPP::Common::CheckSum::size_type |
|
inherited |
|
inherited |
| FrameCPP::Common::CheckSumCRC::CheckSumCRC | ( | ) |
| FrameCPP::Common::CheckSumCRC::CheckSumCRC | ( | value_type | Value | ) |
|
protected |
| FrameCPP::Common::CheckSumCRC::CheckSumCRC | ( | ) |
| FrameCPP::Common::CheckSumCRC::CheckSumCRC | ( | value_type | Value | ) |
|
protected |
|
virtual |
Implements FrameCPP::Common::CheckSum.
|
virtual |
Implements FrameCPP::Common::CheckSum.
|
virtual |
Implements FrameCPP::Common::CheckSum.
|
virtual |
Implements FrameCPP::Common::CheckSum.
|
staticinherited |
|
staticinherited |
|
protectedvirtual |
Implements FrameCPP::Common::CheckSum.
|
protectedvirtual |
Implements FrameCPP::Common::CheckSum.
|
staticinherited |
|
staticinherited |
|
inlineinherited |
|
inherited |
|
virtual |
Reimplemented from FrameCPP::Common::CheckSum.
|
virtual |
Reimplemented from FrameCPP::Common::CheckSum.
|
inlineinherited |
Things to be do to.
Things to do to complete the calculation
|
inherited |
Things to be do to.
Things to do to complete the calculation
|
protected |
|
private |
|
protectedinherited |