Variables
Properties of RSS Code

Variables

short CodeRSSComposite
 Bit field which specifies the permitted RSS composite components.
 
short CodeRSSDirection
 The parameter direction sets the directions in which the RSS Code may occur.
 
bool CodeRSSInverted
 Code is inverted (white on black)/not inverted.
 
bool CodeRSSMirror
 Code is mirrored/not mirrored.
 
short CodeRSSTypes
 Bit field which specifies the permitted RSS types.
 

Detailed Description

Variable Documentation

short CodeRSSComposite

Bit field which specifies the permitted RSS composite components.

The property composite is a field which specifies the permitted RSS composite components. A bitwise OR combination of the constants CVC_BC_RSS_COMPOSITE_NONE, CVC_BC_RSS_COMPOSITE_CCA, and CVC_BC_RSS_COMPOSITE_CCB can be used to permit any required combination. If no flags shall be used set the property composite to CVC_BC_RSS_ALL_COMPOSITE_FLAGS_OFF, and if all flags shall be used you can set the property composite to CVC_BC_RSS_ALL_COMPOSITE_FLAGS_ON. The default property composite is CVC_BC_RSS_ALL_COMPOSITE_FLAGS_ON.

Parameters
[in,out]CodeRSSCompositeSets the bit field which specifies the permitted composite components.
Returns
Current RSS composite components.
short CodeRSSDirection

The parameter direction sets the directions in which the RSS Code may occur.

The property direction sets the directions in which the RSS Code may occur. The property direction is from the data type CVC_BC_DIRECTION. Three directions are possible: CVC_BC_FENCE, CVC_BC_LADDER, or CVC_BC_BOTH. The default parameter direction is CVC_BC_BOTH.

Parameters
[in,out]CodeRSSDirectionSets the current direction of the code.
Returns
Current direction.
bool CodeRSSInverted

Code is inverted (white on black)/not inverted.

The property inverted set to TRUE specifies whether the barcode is present as a black on white image (invers = FALSE) or a white on black image (invers = TRUE). Normally barcodes are printed dark on a bright background in which case the value FALSE is passed. Under certain circumstances, the contrast ratio may be inverted. In such cases, the value TRUE is passed.

Parameters
[in,out]CodeRSSInvertedCode is inverted (white on black)/not inverted.
Returns
Status of inverted flag.
bool CodeRSSMirror

Code is mirrored/not mirrored.

The property mirror = TRUE specifies that the RSS code is mirrored, possibly because the code must be read from the rear or because it was mirrored on image acquisition. If the RSS code has no composite component this property is without influence.

Parameters
[in,out]CodeRSSMirrorCode is mirrored/not mirrored.
Returns
Status of mirror flag.
short CodeRSSTypes

Bit field which specifies the permitted RSS types.

With the property types it is possible to select the different subtypes of the RSS code which shall decoded. Set the property types to CVC_BC_RSS_ALL_TYPES to decode all supported RSS subtypes. Furthermore, use a bitwise OR combination of the constants CVC_BC_RSS14, CVC_BC_RSS14_TRUNCATED, CVC_BC_RSS14_STACKED, CVC_BC_RSS14_STACKED_OMNIDIRECTIONAL, and CVC_BC_RSS_LIMITED to permit any required combination of the possible subtypes for decoding. The default property type is CVC_BC_RSS_ALL_TYPES.

Parameters
[in,out]CodeRSSTypesSpecifies the levels for the allowed code types.
Returns
Current RSS type.