config_utils_common.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Helper template functions that convert from a ZividSettings object to current/min/max
4 // Config object. The explicit specializations of these template functions are auto-generated
5 // during the build.
6 
7 template <typename ConfigType, typename ZividSettings>
8 ConfigType zividSettingsToConfig(const ZividSettings& s) = delete;
9 
10 template <typename ConfigType, typename ZividSettings>
11 ConfigType zividSettingsMinConfig(const Zivid::Camera& camera) = delete;
12 
13 template <typename ConfigType, typename ZividSettings>
14 ConfigType zividSettingsMaxConfig(const Zivid::Camera& camera) = delete;
ConfigType zividSettingsMaxConfig(const Zivid::Camera &camera)=delete
ConfigType zividSettingsToConfig(const ZividSettings &s)=delete
ConfigType zividSettingsMinConfig(const Zivid::Camera &camera)=delete


zivid_camera
Author(s): Zivid
autogenerated on Sat Apr 17 2021 02:51:05