6#include "../../_cexports/c_dc_emu.h"
8#include "../../global.hpp"
10#include "decl_device_image.hpp"
23 explicit EmuImage(
const DevicePtr &device)
28 std::chrono::milliseconds FrameTime()
const;
30 template <
class Rep,
class Period>
31 void SetFrameTime(
const std::chrono::duration<Rep, Period> &frameTime);
36 using Driver::EmuImage;
Special device image.
Definition decl_device_image.hpp:24
Namespace for driver or device related operations.
Definition decl_composite.hpp:28
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17
std::shared_ptr< Device > DevicePtr
Convenience shared pointer for Device.
Definition global.hpp:98