Class EventPublisherBase
Defined in File event_publisher_base.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Derived Type
public vimbax_camera_events::EventPublisher< T >
(Template Class EventPublisher)
Class Documentation
-
class EventPublisherBase
Subclassed by vimbax_camera_events::EventPublisher< T >
Public Types
-
using OnEventSubscribed = std::function<Error(const std::string&)>
-
using OnEventUnsubscribed = std::function<void(const std::string&)>
Public Functions
-
using OnEventSubscribed = std::function<Error(const std::string&)>