OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
Replay.h File Reference
#include <string>
#include <vector>
#include <map>
#include <functional>
#include <OnixS/CME/ConflatedUDP/Integral.h>
#include <OnixS/CME/ConflatedUDP/Time.h>
#include <OnixS/CME/ConflatedUDP/Domain.h>
#include <OnixS/CME/ConflatedUDP/FeedAttributes.h>
#include <OnixS/CME/ConflatedUDP/FeedConnection.h>
#include <OnixS/CME/ConflatedUDP/SessionSettings.h>

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

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

Typedefs

typedef std::vector< std::string > FileList
 
typedef ReplaySupplements< NetFeedId > LogReplaySupplements
 
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)