5#ifndef YAMICPP_VALUE_PUBLISHER_OVERFLOW_GENERIC_DISPATCHER_H_INCLUDED
6#define YAMICPP_VALUE_PUBLISHER_OVERFLOW_GENERIC_DISPATCHER_H_INCLUDED
8#include "value_publisher_overflow_dispatcher_base.h"
9#include <yami4-core/dll.h>
17template <
typename functor>
25 const std::string & server_name,
26 const std::string & object_name,
29 return f_(server_name, object_name, value);
Definition: value_publisher_overflow_dispatcher_base.h:21
Definition: value_publisher_overflow_generic_dispatcher.h:20
Common interface for serializable data source.
Definition: serializable.h:21
Namespace devoted to everything related to YAMI4.
Definition: agent.h:21
value_publisher_overflow_action
User-defined reaction to the overflow condition in value publisher.
Definition: value_publisher_overflow_action.h:13