File Information
Library: IoT/Devices
Package: Devices
Header: IoT/Devices/EventModerationPolicy.h
Description
This event moderation policy does no moderation and fires an event whenever the event variable's value changes (the valueChanged() member function is called).
This moderation policy can be used with any event value type (numeric and string).
Inheritance
Direct Base Classes: EventModerationPolicy < T >
All Base Classes: EventModerationPolicy < T >
Member Summary
Member Functions: valueChanged
Types
Event
typedef Poco::BasicEvent < const T > Event;
Constructors
NoModerationPolicy
NoModerationPolicy(
Event & event
);
Member Functions
valueChanged
void valueChanged(
const T & newValue
);