Enum eSubscriberEvent
Defined in File types.h
Enum Documentation
-
enum class eCAL::eSubscriberEvent
eCAL subscriber event callback type.
Values:
-
enumerator none
-
enumerator connected
a new publisher has been connected to the subscriber
-
enumerator disconnected
a previously connected publisher has been disconnected from this subscriber
-
enumerator dropped
a message coming from a publisher has been dropped, e.g. the subscriber has missed it
-
enumerator none