Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
data-isobus.h
1/*
2 * This file was generated by running ./tools/make-isobus.py.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 *
6 * The ISOBUS public listings available from:
7 * <https://www.isobus.net/isobus/attachments/isoExport_csv.zip>
8 *
9 */
10
11#ifndef __DATA_ISOBUS_H__
12#define __DATA_ISOBUS_H__
13
14extern value_string_ext isobus_industry_groups_ext;
15extern value_string_ext isobus_vehicle_systems_ext;
16extern value_string_ext isobus_global_name_functions_ext;
17extern value_string_ext isobus_ig_specific_name_functions_ext;
18extern value_string_ext isobus_manufacturers_ext;
19extern value_string_ext isobus_pgn_names_ext;
20
21#endif /* __DATA_ISOBUS_H__ */
Extended metadata for a value_string array.
Definition value_string.h:325