10#ifndef fsCInputSessionhdr
11#define fsCInputSessionhdr
53 void rndSeedSave(
fsStr& pStr)
const;
58 void resourceDelete(
const fsStr& pSource)
const;
59 void resourceCopy(
const fsStr& pSource,
const fsStr& pDestination)
const;
61 void nextBatchOfMessagesRead();
63 void loadStrDecodeRecordedMessage(
fsStr& pStr);
64 void loadStrDecodeRndSeed(
fsStr& pStr);
67 void statePreserve(
const fsStr& pStateFolder);
68 void stateRestore(
const fsStr& pStateFolder);
73 fsStr sessionNameGenerate()
const;
75 const static fsStr mGlobalStateFile;
77 const fsS32 mEventBufferSize;
79 std::vector<sRecordedMessage> mMessages;
86 const static fsStr mMessageLogFileName;
87 const static fsStr mMessageLogFileNameExt;
88 const static fsStr mReplayFolder;
Definition fsCUniqueId.h:21
bool fsBool
Definition fsBaseTypes.h:26
int fsS32
Definition fsBaseTypes.h:20
long long fsS64
Definition fsBaseTypes.h:23