McePosTableData

0.1.0

Datatype for the PosTable. This defines the size of the PosTable array.

Version history

0.1.0

  Rioual

Changes

Changed:
  • initial version

Overview

nametypedefaultcomment
stEntryARRAY [0..GVL.ENTRIES_UBOUND] OF McePosTableEntry

Details

stEntry

ARRAY [0..GVL.ENTRIES_UBOUND] OF McePosTableEntry

PosTable entries.

This array defines the size of the PosTable.

Source code

Declarations

(*Data type for defining the size of the PosTable*)
TYPE McePosTableData : 

(*
 * -----------------------------------------------------------------------------
 * Name               : McePosTableData
 * Version            : 0.1.0
 * Date               : 2024-02-06
 * Author             : Rioual
 * Family             : YaskawaMce
 * Organisation       : github.com/YaskawaEurope/mlx-examples
 * 
 * -----------------------------------------------------------------------------
 * Data type for defining the size of the PosTable
 * -----------------------------------------------------------------------------
 *)

STRUCT
  stEntry : ARRAY [0..GVL.ENTRIES_UBOUND] OF McePosTableEntry;
END_STRUCT
END_TYPE

Pages built with Hugo - 23 Apr 2024 11:54 CEST