CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
Coord Struct Reference

Test the CoordTranslator module using message translation. More...

Collaboration diagram for Coord:
Collaboration graph
[legend]

Public Attributes

uint32_t y
 
uint32_t x
 

Detailed Description

Test the CoordTranslator module using message translation.

This version uses the list translation support where the message format is: Argument: { x_translation, y_translation, coords_length, coords[] } Result: { coords_length, coords[] } Each coord is a struct { x, y }. Coordinate struct for CoordTranslator. SV ordering means y comes before x in memory.

Definition at line 1575 of file esitester.cpp.

Member Data Documentation

◆ x

uint32_t Coord::x

Definition at line 1577 of file esitester.cpp.

Referenced by coordTranslateTest().

◆ y

uint32_t Coord::y

Definition at line 1576 of file esitester.cpp.

Referenced by coordTranslateTest().


The documentation for this struct was generated from the following file: