CVB++ 15.0
Loading...
Searching...
No Matches
Code32 Class Referencefinal

Configuration class for Code 32 barcodes (Italian Pharmacode). More...

#include <cvb/config.hpp>

Inherits ConfigBase< Code32 >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

- Public Member Functions inherited from ConfigBase< Code32 >
bool Enabled () const
 Checks if decoding for the code type represented by the derived class is enabled.
 
Code32Enable ()
 Enables decoding for the code type represented by the derived class.
 
Code32Disable ()
 Disables decoding for the code type represented by the derived class.
 

Detailed Description

Configuration class for Code 32 barcodes (Italian Pharmacode).

Use this class to configure decoding options for Code 32 barcodes. To access the configuration and enable decoding Code 32 barcodes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().

Code32 & Enable()
Definition detail_config_base.hpp:16
static std::unique_ptr< Decoder > Create()
Creates and returns a new Decoder instance.
Definition detail_decoder.hpp:22
@ Code32
Code 32 (Italian Pharmacode).
Definition decl_config_base.hpp:112
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.