#include <OnixS/B3/MarketData/UMDF/FeedEngine.h>
Public Types | |
| typedef UInt32 | Flags |
Public Member Functions | |
| NetFeedEngineProcessResult (UInt32 flags) noexcept | |
| bool | eventsDispatched () const noexcept |
| void | eventsDispatched (bool state) noexcept |
| bool | ioWaited () const noexcept |
| void | ioWaited (bool state) noexcept |
| Flags | reserved () const noexcept |
| void | reserved (Flags flags) noexcept |
Definition at line 61 of file FeedEngine.h.
Aliases integral type whose bits are used to indicate flag presence.
Definition at line 65 of file FeedEngine.h.
|
inlineexplicitnoexcept |
Definition at line 68 of file FeedEngine.h.
|
inlinenoexcept |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 74 of file FeedEngine.h.
|
inlinenoexcept |
Indicates whether feed-related events like data reception or absence have been dispatched.
Definition at line 80 of file FeedEngine.h.
|
inlinenoexcept |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 86 of file FeedEngine.h.
|
inlinenoexcept |
Indicates whether processing had to sleep in kernel while checking data availability.
Definition at line 92 of file FeedEngine.h.
|
inlinenoexcept |
Reserved (unused) flags.
Definition at line 98 of file FeedEngine.h.
|
inlinenoexcept |
Reserved (unused) flags.
Definition at line 104 of file FeedEngine.h.