AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Classes | Namespaces
can_internal_control_function.hpp File Reference

A representation of an ISOBUS ECU that we can send from. Use this class when defining your own control functions that will claim an address within your program. More...

#include "isobus/isobus/can_address_claim_state_machine.hpp"
#include "isobus/isobus/can_badge.hpp"
#include "isobus/isobus/can_control_function.hpp"
#include <vector>
Include dependency graph for can_internal_control_function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isobus::InternalControlFunction
 Describes an internal ECU's NAME and address data. Used to send CAN messages. More...
 

Namespaces

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

Detailed Description

A representation of an ISOBUS ECU that we can send from. Use this class when defining your own control functions that will claim an address within your program.

Author
Adrian Del Grosso
Daan Steenbergen

Definition in file can_internal_control_function.hpp.