ST_VisuDiagTableInputs

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Description

The structure ST_VisuDiagTableInputs provides commands to control the DiagTable.

Structure Elements

Name

Data type

Description

xScrollUpTop

BOOL

Command to scroll the displayed table to the top.

xScrollUp1

BOOL

Command to scroll up the displayed table with a step of 1.

xScrollUp2

BOOL

Command to scroll up the displayed table with a step of 10.

xScrollDown1

BOOL

Command to scroll down the displayed table with a step of 1.

xScrollDown2

BOOL

Command to scroll down the displayed table with a step of 10.

xDisplayIdAsHex

BOOL

Switches the display format of the unique identifier. If TRUE, the identifier is displayed in hexadecimal format.

stFilterOptions

ST_VisuDiagTableFilterOptions

The structure provides the filters for selecting the messages to be displayed.

Used By

oFB_VisuDiagTableControl

oDiagTable