AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Namespaces
isobus_task_controller_server.cpp File Reference

Implements portions of 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/isobus_task_controller_server.hpp"
#include "isobus/isobus/can_general_parameter_group_numbers.hpp"
#include "isobus/isobus/can_network_manager.hpp"
#include "isobus/isobus/can_stack_logger.hpp"
#include "isobus/utility/system_timing.hpp"
#include <cassert>
Include dependency graph for isobus_task_controller_server.cpp:

Go to the source code of this file.

Namespaces

namespace  isobus
 This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution.
 

Detailed Description

Implements portions of 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.

Author
Adrian Del Grosso

Definition in file isobus_task_controller_server.cpp.