#include <CheckSum.hh>
|
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
} |
|
typedef INT_8U | size_type |
|
typedef INT_4U | value_type |
|
typedef INT_8U | size_type |
|
typedef INT_4U | value_type |
|
◆ size_type [1/2]
◆ size_type [2/2]
◆ value_type [1/2]
◆ value_type [2/2]
◆ kind_type [1/2]
Enumerator |
---|
UNSET | |
NONE | |
CRC | |
UNSET | |
NONE | |
CRC | |
◆ kind_type [2/2]
Enumerator |
---|
UNSET | |
NONE | |
CRC | |
UNSET | |
NONE | |
CRC | |
◆ CheckSum() [1/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
const kind_type | Type | ) |
|
◆ ~CheckSum() [1/2]
FrameCPP::Common::CheckSum::~CheckSum |
( |
| ) |
|
|
virtual |
◆ CheckSum() [2/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
const CheckSum & | Source | ) |
|
|
protected |
◆ CheckSum() [3/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
| ) |
|
|
private |
◆ CheckSum() [4/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
const kind_type | Type | ) |
|
◆ ~CheckSum() [2/2]
virtual FrameCPP::Common::CheckSum::~CheckSum |
( |
| ) |
|
|
virtual |
◆ CheckSum() [5/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
const CheckSum & | Source | ) |
|
|
protected |
◆ CheckSum() [6/6]
FrameCPP::Common::CheckSum::CheckSum |
( |
| ) |
|
|
private |
◆ calc() [1/2]
virtual void FrameCPP::Common::CheckSum::calc |
( |
const void * | Buffer, |
|
|
size_type | NBytes ) |
|
pure virtual |
◆ calc() [2/2]
virtual void FrameCPP::Common::CheckSum::calc |
( |
const void * | Buffer, |
|
|
size_type | NBytes ) |
|
pure virtual |
◆ Clone() [1/2]
virtual CheckSum * FrameCPP::Common::CheckSum::Clone |
( |
| ) |
const |
|
pure virtual |
◆ Clone() [2/2]
virtual CheckSum * FrameCPP::Common::CheckSum::Clone |
( |
| ) |
const |
|
pure virtual |
◆ Create() [1/4]
◆ Create() [2/4]
◆ Create() [3/4]
◆ Create() [4/4]
◆ finish() [1/2]
virtual void FrameCPP::Common::CheckSum::finish |
( |
| ) |
|
|
protectedpure virtual |
◆ finish() [2/2]
virtual void FrameCPP::Common::CheckSum::finish |
( |
| ) |
|
|
protectedpure virtual |
◆ FormatError() [1/2]
std::string FrameCPP::Common::CheckSum::FormatError |
( |
value_type | ExpectedValue, |
|
|
value_type | CalculatedValue ) |
|
static |
◆ FormatError() [2/2]
static std::string FrameCPP::Common::CheckSum::FormatError |
( |
value_type | ExpectedValue, |
|
|
value_type | CalculatedValue ) |
|
static |
◆ GetType() [1/2]
◆ GetType() [2/2]
kind_type FrameCPP::Common::CheckSum::GetType |
( |
| ) |
const |
◆ Reset() [1/2]
void FrameCPP::Common::CheckSum::Reset |
( |
| ) |
|
|
virtual |
◆ Reset() [2/2]
virtual void FrameCPP::Common::CheckSum::Reset |
( |
| ) |
|
|
virtual |
◆ value() [1/2]
Things to be do to.
Things to do to complete the calculation
◆ value() [2/2]
Things to be do to.
Things to do to complete the calculation
◆ m_type
◆ m_value
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/build/include/framecpp/Common/CheckSum.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/CheckSum.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/CheckSum.cc