|
1 | 1 | /*******************************************************************************
|
2 | 2 | ** @file AgIsoStack.hpp
|
3 | 3 | ** @author Automatic Code Generation
|
4 |
| -** @date September 09, 2023 at 11:11:41 |
| 4 | +** @date February 08, 2024 at 19:36:28 |
5 | 5 | ** @brief Includes all important files in the AgIsoStack library.
|
6 | 6 | **
|
7 |
| -** Copyright 2023 The AgIsoStack++ Developers |
| 7 | +** Copyright 2024 The AgIsoStack++ Developers |
8 | 8 | *******************************************************************************/
|
9 | 9 |
|
10 | 10 | #ifndef AG_ISO_STACK_HPP
|
|
23 | 23 | #include <can_identifier.hpp>
|
24 | 24 | #include <can_internal_control_function.hpp>
|
25 | 25 | #include <can_message.hpp>
|
| 26 | +#include <can_message_data.hpp> |
26 | 27 | #include <can_message_frame.hpp>
|
27 | 28 | #include <can_NAME.hpp>
|
28 | 29 | #include <can_NAME_filter.hpp>
|
|
33 | 34 | #include <can_protocol.hpp>
|
34 | 35 | #include <can_stack_logger.hpp>
|
35 | 36 | #include <can_transport_protocol.hpp>
|
| 37 | +#include <can_transport_protocol_base.hpp> |
36 | 38 | #include <circular_buffer.hpp>
|
| 39 | +#include <data_span.hpp> |
37 | 40 | #include <event_dispatcher.hpp>
|
38 | 41 | #include <FlexCAN_T4.hpp>
|
39 | 42 | #include <flex_can_t4_plugin.hpp>
|
40 | 43 | #include <imxrt_flexcan.hpp>
|
| 44 | +#include <isobus_data_dictionary.hpp> |
41 | 45 | #include <isobus_device_descriptor_object_pool.hpp>
|
42 | 46 | #include <isobus_diagnostic_protocol.hpp>
|
43 | 47 | #include <isobus_functionalities.hpp>
|
44 | 48 | #include <isobus_guidance_interface.hpp>
|
45 | 49 | #include <isobus_language_command_interface.hpp>
|
46 | 50 | #include <isobus_maintain_power_interface.hpp>
|
| 51 | +#include <isobus_preferred_addresses.hpp> |
47 | 52 | #include <isobus_shortcut_button_interface.hpp>
|
48 | 53 | #include <isobus_speed_distance_messages.hpp>
|
49 | 54 | #include <isobus_standard_data_description_indices.hpp>
|
50 | 55 | #include <isobus_task_controller_client.hpp>
|
51 | 56 | #include <isobus_task_controller_client_objects.hpp>
|
52 | 57 | #include <isobus_virtual_terminal_client.hpp>
|
| 58 | +#include <isobus_virtual_terminal_client_state_tracker.hpp> |
| 59 | +#include <isobus_virtual_terminal_client_update_helper.hpp> |
53 | 60 | #include <isobus_virtual_terminal_objects.hpp>
|
54 | 61 | #include <kinetis_flexcan.hpp>
|
55 | 62 | #include <nmea2000_fast_packet_protocol.hpp>
|
| 63 | +#include <nmea2000_message_definitions.hpp> |
| 64 | +#include <nmea2000_message_interface.hpp> |
56 | 65 | #include <platform_endianness.hpp>
|
57 | 66 | #include <processing_flags.hpp>
|
58 | 67 | #include <system_timing.hpp>
|
| 68 | +#include <thread_synchronization.hpp> |
59 | 69 | #include <to_string.hpp>
|
60 | 70 |
|
61 | 71 | #endif // AG_ISO_STACK_HPP
|
0 commit comments