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

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.
 

Detailed Description

A helper structure to group a macro ID with an event ID.

Definition at line 130 of file isobus_virtual_terminal_objects.hpp.

Member Data Documentation

◆ event

EventID isobus::MacroMetadata::event

The event that triggers this macro.

Definition at line 132 of file isobus_virtual_terminal_objects.hpp.

◆ macroID

std::uint16_t isobus::MacroMetadata::macroID

The ID of the macro to execute.

Definition at line 133 of file isobus_virtual_terminal_objects.hpp.


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