#include <OnixS/B3/MarketData/UMDF/FeedEngine.h>
Public Types | |
typedef UInt32 | Flags |
Public Member Functions | |
NetFeedEngineProcessResult (UInt32 flags) throw () | |
bool | eventsDispatched () const throw () |
void | eventsDispatched (bool state) throw () |
bool | ioWaited () const throw () |
void | ioWaited (bool state) throw () |
Flags | reserved () const throw () |
void | reserved (Flags flags) throw () |
Definition at line 40 of file FeedEngine.h.
Aliases integral type whose bits are used to indicate flag presence.
Definition at line 44 of file FeedEngine.h.
|
inlineexplicit |
Definition at line 47 of file FeedEngine.h.
|
inline |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 53 of file FeedEngine.h.
|
inline |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 59 of file FeedEngine.h.
|
inline |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 65 of file FeedEngine.h.
|
inline |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 71 of file FeedEngine.h.
|
inline |
Reserved (unused) flags.
Definition at line 77 of file FeedEngine.h.
|
inline |
Reserved (unused) flags.
Definition at line 83 of file FeedEngine.h.