Enum EpollEventType
Defined in File agnocast_epoll_event.hpp
Enum Documentation
-
enum class agnocast::EpollEventType : uint32_t
Categorizes the event types monitored by the Executor using epoll.
Events monitored by epoll are identified by a 64-bit integer, which is a combination of this event type and an event-specific local ID.
See also
Values:
-
enumerator Subscription
-
enumerator Timer
-
enumerator Clock
-
enumerator Shutdown
-
enumerator NrEventType
-
enumerator Dummy
-
enumerator Subscription