AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A helper structure to group a macro ID with an event ID. More...
#include <isobus_virtual_terminal_objects.hpp>
Public Attributes | |
EventID | event |
The event that triggers this macro. | |
std::uint16_t | macroID |
The ID of the macro to execute. | |
A helper structure to group a macro ID with an event ID.
Definition at line 130 of file isobus_virtual_terminal_objects.hpp.
EventID isobus::MacroMetadata::event |
The event that triggers this macro.
Definition at line 132 of file isobus_virtual_terminal_objects.hpp.
std::uint16_t isobus::MacroMetadata::macroID |
The ID of the macro to execute.
Definition at line 133 of file isobus_virtual_terminal_objects.hpp.