#include <OnixS/FenicsUST/MarketData/Bimp/FeedEngine.h>
Public Types | |
typedef UInt32 | Flags |
Public Member Functions | |
NetFeedEngineProcessResult (UInt32 flags) ONIXS_FENICSUST_BIMP_NOEXCEPT | |
bool | eventsDispatched () const ONIXS_FENICSUST_BIMP_NOEXCEPT |
void | eventsDispatched (bool state) ONIXS_FENICSUST_BIMP_NOEXCEPT |
bool | ioWaited () const ONIXS_FENICSUST_BIMP_NOEXCEPT |
void | ioWaited (bool state) ONIXS_FENICSUST_BIMP_NOEXCEPT |
Flags | reserved () const ONIXS_FENICSUST_BIMP_NOEXCEPT |
void | reserved (Flags flags) ONIXS_FENICSUST_BIMP_NOEXCEPT |
Definition at line 38 of file FeedEngine.h.
typedef UInt32 Flags |
Aliases integral type whose bits are used to indicate flag presence.
Definition at line 42 of file FeedEngine.h.
|
inlineexplicit |
Definition at line 45 of file FeedEngine.h.
|
inline |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 51 of file FeedEngine.h.
|
inline |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 57 of file FeedEngine.h.
|
inline |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 63 of file FeedEngine.h.
|
inline |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 69 of file FeedEngine.h.
|
inline |
Reserved (unused) flags.
Definition at line 75 of file FeedEngine.h.
|
inline |
Reserved (unused) flags.
Definition at line 81 of file FeedEngine.h.