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::ValueCommandCallbackInfo Struct Reference

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

Public Member Functions

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

Public Attributes

ValueCommandCallback 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 598 of file isobus_task_controller_client.hpp.

Member Function Documentation

◆ operator==()

bool isobus::TaskControllerClient::ValueCommandCallbackInfo::operator== ( const ValueCommandCallbackInfo & 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 884 of file isobus_task_controller_client.cpp.

Member Data Documentation

◆ callback

ValueCommandCallback isobus::TaskControllerClient::ValueCommandCallbackInfo::callback

The callback itself.

Definition at line 604 of file isobus_task_controller_client.hpp.

◆ parent

void* isobus::TaskControllerClient::ValueCommandCallbackInfo::parent

The parent pointer, generic context value.

Definition at line 605 of file isobus_task_controller_client.hpp.


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