1#ifndef ZAO_ENDPOINT_MONITOR_CONTROL_INTERFACE_HPP_
2#define ZAO_ENDPOINT_MONITOR_CONTROL_INTERFACE_HPP_
6#include "../EventSourceInterface.hpp"
イベントを生成するクラスの共通インターフェース
Definition EventSourceInterface.hpp:27
監視制御オブジェクトの共通インターフェース。
Definition ControlInterface.hpp:19
virtual bool IsObserving() const noexcept=0
監視中か否かを取得する。
virtual void Unobserve()=0
監視を停止する。
特定の監視情報に対する監視の制御を行うインターフェース
Definition ControlInterface.hpp:52
virtual bool GetLatest(T &buffer)=0
最後に受信した情報を取得する。
特定の監視情報に対するコールバックインターフェース
Definition MonitorInterface.hpp:90
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11