3#include "../../global.hpp"
5#include "../gevserver.hpp"
20 IHasValueConfig() noexcept = default;
21 IHasValueConfig(const IHasValueConfig &other) = delete;
22 IHasValueConfig &operator=(const IHasValueConfig &other) = delete;
23 IHasValueConfig(IHasValueConfig &&other) = delete;
24 IHasValueConfig &operator=(IHasValueConfig &&other) = delete;
25 virtual ~IHasValueConfig() = default;
27 virtual T ValueConfigAsNode() const = 0;
Namespace for GevServer based device configuration.
Definition decl_int_swiss_knife_node.hpp:11
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17