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

Stores a TC value command callback along with its parent pointer. More...

Public Member Functions

bool operator== (const RequestValueCommandCallbackInfo &obj) const
 Allows easy comparison of callback data.
 

Public Attributes

RequestValueCommandCallback callback
 The callback itself.
 
void * parent
 The parent pointer, generic context value.
 

Detailed Description

Stores a TC value command callback along with its parent pointer.

Definition at line 587 of file isobus_task_controller_client.hpp.

Member Function Documentation

◆ operator==()

bool isobus::TaskControllerClient::RequestValueCommandCallbackInfo::operator== ( const RequestValueCommandCallbackInfo & obj) const

Allows easy comparison of callback data.

Parameters
objthe object to compare against
Returns
true if the callback and parent pointer match, otherwise false

Definition at line 879 of file isobus_task_controller_client.cpp.

Member Data Documentation

◆ callback

RequestValueCommandCallback isobus::TaskControllerClient::RequestValueCommandCallbackInfo::callback

The callback itself.

Definition at line 593 of file isobus_task_controller_client.hpp.

◆ parent

void* isobus::TaskControllerClient::RequestValueCommandCallbackInfo::parent

The parent pointer, generic context value.

Definition at line 594 of file isobus_task_controller_client.hpp.


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