OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
Replay.h File Reference

Go to the source code of this file.

Classes

struct  HandlerSettingsUse
class  ReplaySpan
struct  ReplaySpeed
class  ReplaySupplements< DataSource, DataSourceLess >
class  PcapReplaySupplements
class  DatamineReplaySupplements
struct  UseHandlerSettingsAsIs

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::ConflatedUDP

Typedefs

typedef std::vector< std::string > FileList
typedef ReplaySupplements< NetFeedIdLogReplaySupplements
typedef LogReplaySupplements::Aliases FeedIdAliases
typedef PcapReplaySupplements::Aliases NetAddressAliases
typedef DatamineReplaySupplements::Aliases ChannelIdAliases

Functions

ONIXS_CONFLATEDUDP_EXPORTED void gatherLogFiles (FileList &, ChannelId, const std::string &)
ONIXS_CONFLATEDUDP_EXPORTED void gatherLogFiles (FileList &, ChannelId, const std::string &, const std::string &)
ONIXS_CONFLATEDUDP_EXPORTED void gatherFiles (FileList &, const std::string &, const std::string &)
void gatherPcapFiles (FileList &files, const std::string &location, const std::string &ext)
ONIXS_CONFLATEDUDP_EXPORTED void replayLogFiles (const FileList &, Handler **, size_t, const LogReplaySupplements &)
void replayLogFiles (const FileList &logs, Handler &handler, const LogReplaySupplements &supplements)
void replayLogFiles (const FileList &logs, Handler **handlers, size_t handlerQty)
void replayLogFiles (const FileList &logs, Handler &handler)
void replayLogFiles (const FileList &logs, Handler **handlers, size_t handlerQty, const UseHandlerSettingsAsIs &)
void replayLogFiles (const FileList &logs, Handler &handler, const UseHandlerSettingsAsIs &marker)
ONIXS_CONFLATEDUDP_EXPORTED void replayPcapFiles (const FileList &, Handler **, size_t, const PcapReplaySupplements &)
void replayPcapFiles (const FileList &logs, Handler &handler, const PcapReplaySupplements &supplements)
void replayPcapFiles (const FileList &logs, Handler &handler)
ONIXS_CONFLATEDUDP_EXPORTED void replayDatamineFiles (const FileList &, Handler **, size_t, const DatamineReplaySupplements &)
void replayDatamineFiles (const FileList &logs, Handler &handler, const DatamineReplaySupplements &supplements)
void replayDatamineFiles (const FileList &logs, Handler &handler)