3#include "../../_cexports/c_code_reader.h"
29 class Pharmacode final :
public ConfigBase<Pharmacode>
35 : ConfigBase<Pharmacode>(decoder)
29 class Pharmacode final :
public ConfigBase<Pharmacode> {
…};
126 class Code32 final :
public ConfigBase<Code32>
131 Code32(Decoder &decoder) noexcept
132 : ConfigBase<Code32>(decoder)
126 class Code32 final :
public ConfigBase<Code32> {
…};
Configuration class for Code 32 barcodes (Italian Pharmacode).
Definition decl_config_pharma_codes.hpp:127
Configuration class for Pharmacodes.
Definition decl_config_pharma_codes.hpp:30
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
Class for decoding.
Definition decl_decoder.hpp:101
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
Symbology
Enum class listing all supported symbologies.
Definition decl_config_base.hpp:35
@ Pharmacode
Pharmacode.
Definition decl_config_base.hpp:107
@ Code32
Code 32 (Italian Pharmacode).
Definition decl_config_base.hpp:112
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17