ST_VisuDiagTableOutputs

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Description

The structure ST_VisuDiagTableOutputs provides information to be displayed on the visualization DiagTable.

Structure Elements

Name

Data type

Description

astDiagtable

ARRAY [0..GPL.Gc_uiNumOfDiagEntriesVisuDiagTable - 1] OF ST_VisuDiagMessage

Data table containing the diagnostic messages to be displayed in the visualization DiagTable.

xDisplayIdAsHex

BOOL

If TRUE, the identifier is displayed in hexadecimal format.

xScrollUpDisabled

BOOL

If TRUE, the buttons for scrolling up are deactivated.

xScrollDownDisabled

BOOL

If TRUE, the buttons for scrolling down are deactivated.

xDiagTableIsFull

BOOL

Indicates the GVL.G_astDiagTable is full. Oldest message is removed when a new message is added.

uiNumOfDiagEntriesTotal

UINT

Indicates the number of diagnostic messages in the data table GVL.G_astDiagTable.

uiNumOfDiagEntriesFiltered

UINT

Indicates the number of diagnostic messages in the data table GVL.G_astDiagTable according to the selected filter options.

Used By

oFB_VisuDiagTableControl

oDiagTable