OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
SolarflareFeedEngine Class Reference

#include <OnixS/CME/MDH/SolarflareFeedEngine.h>

Public Member Functions

 SolarflareFeedEngine (const SolarflareFeedEngineSettings &)
 
 ~SolarflareFeedEngine () override
 
void info (std::string &) override
 
NetFeedLinkallocate (const NetFeed &) override
 
WatchServicewatch () override
 
NetFeedEngineProcessResult process () override
 
- Public Member Functions inherited from NetFeedEngine
virtual ~NetFeedEngine ()
 

Additional Inherited Members

- Protected Member Functions inherited from NetFeedEngine
 NetFeedEngine ()
 

Detailed Description

The ef_vi SDK is for high performance raw Ethernet networking. It bypasses kernel and uses zero-copying techniques while manipulating data.

Definition at line 230 of file SolarflareFeedEngine.h.

Constructor & Destructor Documentation

Initializes the engine according to the given configuration.

~SolarflareFeedEngine ( )
override

Destructs the given instance.

Member Function Documentation

NetFeedLink& allocate ( const NetFeed )
overridevirtual

Allocates a link for the given feed.

Implements NetFeedEngine.

void info ( std::string &  )
overridevirtual

Appends information on the given implementation to the given string.

Implements NetFeedEngine.

NetFeedEngineProcessResult process ( )
overridevirtual

Carries out pending actions like data retrieval and event dispatching.

Implements NetFeedEngine.

WatchService& watch ( )
overridevirtual

Exposes an instance of the watch service used while manipulating the feed links.

Implements NetFeedEngine.


The documentation for this class was generated from the following file: