AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Public Attributes | List of all members
isobus::OutputPolygon::PolygonPoint Struct Reference

Stores a cartesian polygon point. More...

#include <isobus_virtual_terminal_objects.hpp>

Public Attributes

std::uint16_t xValue
 X value of a point relative to the top left corner of the polygon.
 
std::uint16_t yValue
 Y value of a point relative to the top left corner of the polygon.
 

Detailed Description

Stores a cartesian polygon point.

Definition at line 2452 of file isobus_virtual_terminal_objects.hpp.

Member Data Documentation

◆ xValue

std::uint16_t isobus::OutputPolygon::PolygonPoint::xValue

X value of a point relative to the top left corner of the polygon.

Definition at line 2454 of file isobus_virtual_terminal_objects.hpp.

◆ yValue

std::uint16_t isobus::OutputPolygon::PolygonPoint::yValue

Y value of a point relative to the top left corner of the polygon.

Definition at line 2455 of file isobus_virtual_terminal_objects.hpp.


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