17 #ifndef YAMICPP_VALUE_PUBLISHER_OVERFLOW_GENERIC_DISPATCHER_H_INCLUDED 18 #define YAMICPP_VALUE_PUBLISHER_OVERFLOW_GENERIC_DISPATCHER_H_INCLUDED 20 #include "value_publisher_overflow_dispatcher_base.h" 21 #include <yami4-core/dll.h> 29 template <
typename functor>
30 class DLL value_publisher_overflow_generic_dispatcher
31 :
public value_publisher_overflow_dispatcher_base
34 value_publisher_overflow_generic_dispatcher(functor & f) : f_(f) {}
37 const std::string & server_name,
38 const std::string & object_name,
39 const serializable & value)
41 return f_(server_name, object_name, value);
52 #endif // YAMICPP_VALUE_PUBLISHER_OVERFLOW_GENERIC_DISPATCHER_H_INCLUDED value_publisher_overflow_action
User-defined reaction to the overflow condition in value publisher.
Definition: value_publisher_overflow_action.h:24
Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27