AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
can_general_parameter_group_numbers.hpp
Go to the documentation of this file.
1//================================================================================================
8//================================================================================================
9
10#ifndef CAN_GENERAL_PARAMETER_GROUP_NUMBERS_HPP
11#define CAN_GENERAL_PARAMETER_GROUP_NUMBERS_HPP
12
13namespace isobus
14{
17 {
18 Any = 0x0000,
19 AgriculturalGuidanceMachineInfo = 0xAC00,
20 AgriculturalGuidanceSystemCommand = 0xAD00,
21 DiagnosticMessage22 = 0xC300,
22 ExtendedTransportProtocolDataTransfer = 0xC700,
23 ExtendedTransportProtocolConnectionManagement = 0xC800,
24 ProcessData = 0xCB00,
25 RequestForRepetitionRate = 0xCC00,
26 DiagnosticMessage13 = 0xDF00,
27 VirtualTerminalToECU = 0xE600,
28 ECUtoVirtualTerminal = 0xE700,
29 Acknowledge = 0xE800,
30 ParameterGroupNumberRequest = 0xEA00,
31 TransportProtocolDataTransfer = 0xEB00,
32 TransportProtocolConnectionManagement = 0xEC00,
33 AddressClaim = 0xEE00,
34 ProprietaryA = 0xEF00,
35 MachineSelectedSpeed = 0xF022,
36 HeartbeatMessage = 0xF0E4,
37 ProductIdentification = 0xFC8D,
39 DiagnosticProtocolIdentification = 0xFD32,
40 MachineSelectedSpeedCommand = 0xFD43,
41 WorkingSetMaster = 0xFE0D,
42 LanguageCommand = 0xFE0F,
43 MaintainPower = 0xFE47,
44 WheelBasedSpeedAndDistance = 0xFE48,
45 GroundBasedSpeedAndDistance = 0xFE49,
46 ECUIdentificationInformation = 0xFDC5,
47 DiagnosticMessage1 = 0xFECA,
48 DiagnosticMessage2 = 0xFECB,
49 DiagnosticMessage3 = 0xFECC,
50 DiagnosticMessage11 = 0xFED3,
51 CommandedAddress = 0xFED8,
52 SoftwareIdentification = 0xFEDA,
53 AllImplementsStopOperationsSwitchState = 0xFD02,
54 VesselHeading = 0x1F112,
55 RateOfTurn = 0x1F113,
56 PositionRapidUpdate = 0x1F801,
59 GNSSPositionData = 0x1F805,
60 Datum = 0x1F814
61 };
62
63} // namespace isobus
64
65#endif // CAN_GENERAL_PARAMETER_GROUP_NUMBERS_HPP
Manages the control function functionalities message.
Represents the data sent in the NMEA2K PGN 129026 (0x1F802)
A NMEA2000 message that describes datum (reference frame) information. PGN 129044 (0x1F814) A common ...
Represents the data sent in the NMEA2K PGN 129029 (0x1F805)
This message is a way for a GNSS receiver to provide a current position without using fast packet bas...
Represents the data sent in the NMEA2K PGN 129025 (0x1F801)
Represents the data sent in the NMEA2K PGN 127251 (0x1F113)
Represents the data sent in the NMEA2K PGN 127250 (0x1F112)
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollu...
CANLibParameterGroupNumber
PGNs commonly used by the CAN stack.