This structure is used to pass an identification of a result generated by an operation of the vision system.

In its basic version here, the ResultIdDataType contains only a TrimmedString. It has been encapsulated in a structure for the purpose of easy sub-typing if more sophisticated identification is required.

A basic ResultIdDataType structure is considered empty when the id member has length 0. For sub-types of ResultIdDataType additional rules may apply, i.e. they shall always be considered empty, when the Id member has length 0, and may also be considered empty when other structure members fulfil particular conditions.

Table 151 – Definition of ResultIdDataType

Name

Type

Description

O / M

ResultIdDataType

structure

Id

TrimmedString

Id is a system-wide unique identifier/name for identifying the generated result.

Mandatory