|
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 RequestValueCommandCallbackInfo &obj) const |
| Allows easy comparison of callback data. | |
Public Attributes | |
| RequestValueCommandCallback | 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 587 of file isobus_task_controller_client.hpp.
| bool isobus::TaskControllerClient::RequestValueCommandCallbackInfo::operator== | ( | const RequestValueCommandCallbackInfo & | obj | ) | const |
Allows easy comparison of callback data.
| obj | the object to compare against |
Definition at line 879 of file isobus_task_controller_client.cpp.
| RequestValueCommandCallback isobus::TaskControllerClient::RequestValueCommandCallbackInfo::callback |
The callback itself.
Definition at line 593 of file isobus_task_controller_client.hpp.
| void* isobus::TaskControllerClient::RequestValueCommandCallbackInfo::parent |
The parent pointer, generic context value.
Definition at line 594 of file isobus_task_controller_client.hpp.