10#ifndef ZEP_CONTROL_FACTORY_INTERFACE_HPP_
11#define ZEP_CONTROL_FACTORY_INTERFACE_HPP_
16#include "CloudControlInterface.hpp"
17#include "DirectControlInterface.hpp"
Factory functional interface for control-related streams.
Definition FactoryInterface.hpp:29
virtual std::unique_ptr< CloudControlInterface > CreateCloudControl()=0
Create an instance of CloudControl.
virtual std::unique_ptr< DirectControlInterface > CreateDirectControl()=0
Create an instance of DirectControl.
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19