AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A struct for storing information of a VT change soft key mask event. More...
#include <isobus_virtual_terminal_client.hpp>
Public Attributes | |
VirtualTerminalClient * | parentPointer |
A pointer to the parent VT client. | |
std::uint16_t | dataOrAlarmMaskObjectID |
The data or alarm mask object ID. | |
std::uint16_t | softKeyMaskObjectID |
The soft key mask object ID. | |
bool | missingObjects |
Whether there are missing objects. | |
bool | maskOrChildHasErrors |
Whether the mask or child has errors. | |
bool | anyOtherError |
Whether there are any other errors. | |
bool | poolDeleted |
Whether the pool has been deleted. | |
A struct for storing information of a VT change soft key mask event.
Definition at line 477 of file isobus_virtual_terminal_client.hpp.
bool isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::anyOtherError |
Whether there are any other errors.
Definition at line 484 of file isobus_virtual_terminal_client.hpp.
std::uint16_t isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::dataOrAlarmMaskObjectID |
The data or alarm mask object ID.
Definition at line 480 of file isobus_virtual_terminal_client.hpp.
bool isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::maskOrChildHasErrors |
Whether the mask or child has errors.
Definition at line 483 of file isobus_virtual_terminal_client.hpp.
bool isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::missingObjects |
Whether there are missing objects.
Definition at line 482 of file isobus_virtual_terminal_client.hpp.
VirtualTerminalClient* isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::parentPointer |
A pointer to the parent VT client.
Definition at line 479 of file isobus_virtual_terminal_client.hpp.
bool isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::poolDeleted |
Whether the pool has been deleted.
Definition at line 485 of file isobus_virtual_terminal_client.hpp.
std::uint16_t isobus::VirtualTerminalClient::VTChangeSoftKeyMaskEvent::softKeyMaskObjectID |
The soft key mask object ID.
Definition at line 481 of file isobus_virtual_terminal_client.hpp.