#include <C4Record.h>
Public Member Functions | |
| C4RecordChunk () | |
| void | Delete () |
| virtual void | CompileFunc (StdCompiler *pComp) |
| virtual | ~C4RecordChunk ()=default |
Public Attributes | |
| int32_t | Frame |
| uint8_t | Type |
| union { | |
| C4Control * | pCtrl |
| C4IDPacket * | pPkt |
| class C4PktDebugRec * | pDbg |
| StdBuf * | pFileData |
| }; | |
| StdCopyStrBuf | Filename |
Definition at line 103 of file C4Record.h.
| C4RecordChunk::C4RecordChunk | ( | ) |
Definition at line 66 of file C4Record.cpp.
|
virtualdefault |
|
virtual |
Definition at line 85 of file C4Record.cpp.
References Filename, Frame, mkIntAdapt(), mkNamingAdapt(), mkPtrAdaptNoNull(), RCT_Ctrl, RCT_CtrlPkt, RCT_End, RCT_File, RCT_Frame, Type, and StdCompiler::Value().
| void C4RecordChunk::Delete | ( | ) |
Definition at line 72 of file C4Record.cpp.
References RCT_Ctrl, RCT_CtrlPkt, RCT_End, RCT_File, RCT_Frame, and Type.
Referenced by C4Playback::ReadBinary().
| union { ... } |
| StdCopyStrBuf C4RecordChunk::Filename |
Definition at line 114 of file C4Record.h.
Referenced by CompileFunc(), and C4Playback::ReadBinary().
| int32_t C4RecordChunk::Frame |
Definition at line 105 of file C4Record.h.
Referenced by CompileFunc(), C4Playback::ReadBinary(), and C4Playback::Strip().
| uint8_t C4RecordChunk::Type |
Definition at line 106 of file C4Record.h.
Referenced by CompileFunc(), Delete(), C4Playback::ReadBinary(), and C4Playback::Strip().