AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
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. | |
Stores a TC value command callback along with its parent pointer.
Definition at line 598 of file isobus_task_controller_client.hpp.
bool isobus::TaskControllerClient::ValueCommandCallbackInfo::operator== | ( | const ValueCommandCallbackInfo & | obj | ) | const |
Allows easy comparison of callback data.
obj | the object to compare against |
Definition at line 884 of file isobus_task_controller_client.cpp.
ValueCommandCallback isobus::TaskControllerClient::ValueCommandCallbackInfo::callback |
The callback itself.
Definition at line 604 of file isobus_task_controller_client.hpp.
void* isobus::TaskControllerClient::ValueCommandCallbackInfo::parent |
The parent pointer, generic context value.
Definition at line 605 of file isobus_task_controller_client.hpp.