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

Configuration class for GS1 DataBar Expanded. More...

#include <cvb/config.hpp>

Inherits CompositeCodeBase< GS1DataBarExpanded >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

- Public Member Functions inherited from CompositeCodeBase< GS1DataBarExpanded >
bool EnabledCCA () const
 Checks if CompositeComponent A (CC-A) decoding is enabled.
 
virtual GS1DataBarExpandedEnableCCA ()
 Enables CompositeComponent A (CC-A) decoding.
 
virtual GS1DataBarExpandedDisableCCA ()
 Disables CompositeComponent A (CC-A) decoding.
 
bool EnabledCCB () const
 Checks if CompositeComponent B (CC-B) decoding is enabled.
 
virtual GS1DataBarExpandedEnableCCB ()
 Enables CompositeComponent B (CC-B) decoding.
 
virtual GS1DataBarExpandedDisableCCB ()
 Disables CompositeComponent B (CC-B) decoding.
 
bool EnabledCCC () const
 Checks if CompositeComponent C (CC-C) decoding is enabled.
 
virtual GS1DataBarExpandedEnableCCC ()
 Enables CompositeComponent C (CC-C) decoding.
 
virtual GS1DataBarExpandedDisableCCC ()
 Disables CompositeComponent C (CC-C) decoding.
 
- Public Member Functions inherited from ConfigBase< GS1DataBarExpanded >
bool Enabled () const
 Checks if decoding for the code type represented by the derived class is enabled.
 
GS1DataBarExpandedEnable ()
 Enables decoding for the code type represented by the derived class.
 
GS1DataBarExpandedDisable ()
 Disables decoding for the code type represented by the derived class.
 

Detailed Description

Configuration class for GS1 DataBar Expanded.

Use this class to configure decoding options for GS1 DataBar Expanded. To access the configuration and enable decoding GS1 Databar-14 Expanded codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().

static std::unique_ptr< Decoder > Create()
Creates and returns a new Decoder instance.
Definition detail_decoder.hpp:22
@ Enable
Enable checksum.
Definition decl_config_logistic_codes.hpp:19
@ GS1DataBarExpanded
GS1 DataBar Expanded.
Definition decl_config_base.hpp:157
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.