AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
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. | |
Stores a cartesian polygon point.
Definition at line 2452 of file isobus_virtual_terminal_objects.hpp.
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.
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.