Class Index Cross Index Namespace Index

Class FrameCPP::CheckSum


Contained in: FrameCPP
Derived from: none
Derived by: FrameCPP::CheckSumCRC

#include "framecpp/CheckSum.hh"


public function member index:

CheckSum(const kind_type Type);
virtual ~CheckSum();
virtual CheckSum* Clone() const;
kind_type GetType() const;
virtual void calc(const void* Buffer, INT_4U NBytes);
INT_4U value(); Things to be do to complete the calculation
 

protected function member index:

CheckSum(const CheckSum& Source);
virtual void finish();
 

private function member index:

CheckSum();
 

Description:



Function Member Descriptions:


FrameCPP::CheckSum::CheckSum


CheckSum(const kind_type Type);



FrameCPP::CheckSum::CheckSum


CheckSum(const CheckSum& Source);



FrameCPP::CheckSum::CheckSum


CheckSum();



FrameCPP::CheckSum::~CheckSum


virtual ~CheckSum();



FrameCPP::CheckSum::Clone


virtual CheckSum* Clone() const;



FrameCPP::CheckSum::GetType


kind_type GetType() const;



FrameCPP::CheckSum::calc


virtual void calc(const void* Buffer, INT_4U NBytes);



FrameCPP::CheckSum::finish


virtual void finish();



FrameCPP::CheckSum::value - Things to be do to complete the calculation


INT_4U value();



Variable Member Descriptions:


FrameCPP::CheckSum::m_type -

kind_type m_type;

FrameCPP::CheckSum::m_value -

INT_4U m_value;