/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * j1939.h * * Copyright (c) 2010-2011 EIA Electronics * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation.
*/
/* J1939 Parameter Group Number * * bit 0-7 : PDU Specific (PS) * bit 8-15 : PDU Format (PF) * bit 16 : Data Page (DP) * bit 17 : Reserved (R) * bit 19-31 : set to zero
*/ typedef __u32 pgn_t;
/* J1939 Priority * * bit 0-2 : Priority (P) * bit 3-7 : set to zero
*/ typedef __u8 priority_t;
/* J1939 NAME * * bit 0-20 : Identity Number * bit 21-31 : Manufacturer Code * bit 32-34 : ECU Instance * bit 35-39 : Function Instance * bit 40-47 : Function * bit 48 : Reserved * bit 49-55 : Vehicle System * bit 56-59 : Vehicle System Instance * bit 60-62 : Industry Group * bit 63 : Arbitrary Address Capable
*/ typedef __u64 name_t;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.