44 virtual void onReplayError (
const std::string& errorDescription) = 0;
47 virtual void onReplayFinished() = 0;
56 void ONIXS_FMXUST_BIMP_API
gatherLogs(HandlerLogs* gatheredLogs,
const std::string& root);
76 , packetReplayDelay(0)
85 , packetReplayDelay(0)
ReplayListener * listener
Instance to notify about replay events.
void ONIXS_FMXUST_BIMP_API gatherLogs(HandlerLogs *gatheredLogs, const std::string &root)
Gathers log files logs which are stored in a given folder.
Defines ONIXS_FMXUST_BIMP_API which affect logs replay.
#define ONIXS_FMXUST_BIMP_NULLPTR
std::vector< std::string >::iterator HandlerLogsEntry
Read-write iterator over ordered list of logs to be replayed.
ReplayOptions()
Initializes instance with default values.
std::vector< std::string > HandlerLogs
Ordered list of logs to be replayed.
unsigned int packetReplayDelay
ReplayOptions(const std::string &logsRoot)
virtual ~ReplayListener()
Listening interface for log replay-related events.