OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
SolarflareFeedEngine Class Reference

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

◆ SolarflareFeedEngine()

Initializes the engine according to the given configuration.

◆ ~SolarflareFeedEngine()

~SolarflareFeedEngine ( )
override

Destructs the given instance.

Member Function Documentation

◆ allocate()

NetFeedLink & allocate ( const NetFeed & )
overridevirtual

Allocates a link for the given feed.

Implements NetFeedEngine.

◆ info()

void info ( std::string & )
overridevirtual

Appends information on the given implementation to the given string.

Implements NetFeedEngine.

◆ process()

NetFeedEngineProcessResult process ( )
overridevirtual

Carries out pending actions like data retrieval and event dispatching.

Implements NetFeedEngine.

◆ watch()

WatchService & watch ( )
overridevirtual

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

Implements NetFeedEngine.