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< UnsignedInt > | m_data |
| UnsignedInt | m_localPlayer |
Definition at line 927 of file Recorder.cpp.
| CRCInfo::CRCInfo | ( | ) |
Definition at line 948 of file Recorder.cpp.
| void CRCInfo::addCRC | ( | UnsignedInt | val | ) |
Definition at line 955 of file Recorder.cpp.
|
inline |
Definition at line 935 of file Recorder.cpp.
| UnsignedInt CRCInfo::readCRC | ( | void | ) |
Definition at line 967 of file Recorder.cpp.
|
inline |
Definition at line 938 of file Recorder.cpp.
|
inline |
Definition at line 934 of file Recorder.cpp.
|
inline |
Definition at line 937 of file Recorder.cpp.
|
protected |
Definition at line 944 of file Recorder.cpp.
|
protected |
Definition at line 945 of file Recorder.cpp.
|
protected |
Definition at line 942 of file Recorder.cpp.
|
protected |
Definition at line 943 of file Recorder.cpp.