3#include "../../_cexports/c_code_reader.h"
4#include "../_decl/decl_config_pharma_codes.hpp"
16 return SetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MinNumBars), value);
21 return GetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MinNumBars));
26 return SetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MaxNumBars), value);
31 return GetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MaxNumBars));
36 return SetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MinValue), value);
41 return GetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MinValue));
46 return SetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MaxValue), value);
51 return GetIntProperty(
static_cast<int>(CExports::CVCRSymbologyPropertiesPharmacode::CVCRSPP_MaxValue));
int MaxNumberBars() const
Gets the maximum number of bars for decoding.
Definition detail_config_pharma_codes.hpp:29
int MinValue() const
Gets the minimum value for decoding.
Definition detail_config_pharma_codes.hpp:39
Pharmacode & SetMaxValue(int value)
Sets the maximum value for decoding.
Definition detail_config_pharma_codes.hpp:44
int MinNumberBars() const
Gets the minimum number of bars for decoding.
Definition detail_config_pharma_codes.hpp:19
Pharmacode & SetMinValue(int value)
Sets the minimum value for decoding.
Definition detail_config_pharma_codes.hpp:34
Pharmacode & SetMaxNumberBars(int value)
Sets the maximum number of bars for decoding.
Definition detail_config_pharma_codes.hpp:24
int MaxValue() const
Gets the maximum value for decoding.
Definition detail_config_pharma_codes.hpp:49
Pharmacode & SetMinNumberBars(int value)
Sets the minimum number of bars for decoding.
Definition detail_config_pharma_codes.hpp:14
This namespace contains the configuration classes for all supported codes.
Definition decl_config_2d_codes.hpp:14
Namespace for all decoding functionalities.
Definition decl_config_2d_codes.hpp:10
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17