Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
CRCInfo Class Reference

Public Member Functions

 CRCInfo ()
 
void addCRC (UnsignedInt val)
 
UnsignedInt readCRC (void)
 
void setLocalPlayer (UnsignedInt index)
 
UnsignedInt getLocalPlayer (void)
 
void setSawCRCMismatch (void)
 
Bool sawCRCMismatch (void)
 

Protected Attributes

Bool m_sawCRCMismatch
 
Bool m_skippedOne
 
std::list< UnsignedIntm_data
 
UnsignedInt m_localPlayer
 

Detailed Description

Definition at line 927 of file Recorder.cpp.

Constructor & Destructor Documentation

◆ CRCInfo()

CRCInfo::CRCInfo ( )

Definition at line 948 of file Recorder.cpp.

Member Function Documentation

◆ addCRC()

void CRCInfo::addCRC ( UnsignedInt val)

Definition at line 955 of file Recorder.cpp.

◆ getLocalPlayer()

UnsignedInt CRCInfo::getLocalPlayer ( void )
inline

Definition at line 935 of file Recorder.cpp.

◆ readCRC()

UnsignedInt CRCInfo::readCRC ( void )

Definition at line 967 of file Recorder.cpp.

◆ sawCRCMismatch()

Bool CRCInfo::sawCRCMismatch ( void )
inline

Definition at line 938 of file Recorder.cpp.

◆ setLocalPlayer()

void CRCInfo::setLocalPlayer ( UnsignedInt index)
inline

Definition at line 934 of file Recorder.cpp.

◆ setSawCRCMismatch()

void CRCInfo::setSawCRCMismatch ( void )
inline

Definition at line 937 of file Recorder.cpp.

Member Data Documentation

◆ m_data

std::list<UnsignedInt> CRCInfo::m_data
protected

Definition at line 944 of file Recorder.cpp.

◆ m_localPlayer

UnsignedInt CRCInfo::m_localPlayer
protected

Definition at line 945 of file Recorder.cpp.

◆ m_sawCRCMismatch

Bool CRCInfo::m_sawCRCMismatch
protected

Definition at line 942 of file Recorder.cpp.

◆ m_skippedOne

Bool CRCInfo::m_skippedOne
protected

Definition at line 943 of file Recorder.cpp.


The documentation for this class was generated from the following file: