|
AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
An abstract task controller server class. You can consume this file and implement the pure virtual functions to create your own task controller or data logger server. More...
#include "isobus/isobus/can_constants.hpp"#include "isobus/isobus/isobus_language_command_interface.hpp"#include "isobus/isobus/isobus_task_controller_server_options.hpp"#include <deque>#include <condition_variable>Go to the source code of this file.
Classes | |
| class | isobus::TaskControllerServer |
| An ISO11783-10 task controller (or data logger) server. A task controller collects task data from connected implements, and optionally controls them. This interface supports the CAN layer of TC-SC, TC-GEO, and TC-BAS. More... | |
| class | isobus::TaskControllerServer::ActiveClient |
| Stores information about a client that is currently being communicated with. More... | |
Namespaces | |
| namespace | isobus |
| This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
An abstract task controller server class. You can consume this file and implement the pure virtual functions to create your own task controller or data logger server.
Definition in file isobus_task_controller_server.hpp.