NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Go to the source code of this file.
Macros | |
#define | ErrorcodeIndex 4 |
#define | N2kgf_OffsetToCommandPairParameters 6 |
#define | N2kgf_OffsetToParams 4 |
#define | N2kgf_OffsetToRequestPairParameters 11 |
Functions | |
void | SetStartReadOrWriteReply (tN2kMsg &N2kMsg, unsigned char Destination, unsigned long PGN, tN2kGroupFunctionCode cmd, uint16_t ManufacturerCode, uint8_t IndustryGroup, uint8_t UniqueID, uint8_t NumberOfSelectionPairs, uint8_t NumberOfParameterPairs, bool Proprietary) |
#define ErrorcodeIndex 4 |
Definition at line 430 of file N2kGroupFunction.cpp.
#define N2kgf_OffsetToCommandPairParameters 6 |
Definition at line 268 of file N2kGroupFunction.cpp.
#define N2kgf_OffsetToParams 4 |
Definition at line 266 of file N2kGroupFunction.cpp.
#define N2kgf_OffsetToRequestPairParameters 11 |
Definition at line 267 of file N2kGroupFunction.cpp.
void SetStartReadOrWriteReply | ( | tN2kMsg & | N2kMsg, |
unsigned char | Destination, | ||
unsigned long | PGN, | ||
tN2kGroupFunctionCode | cmd, | ||
uint16_t | ManufacturerCode, | ||
uint8_t | IndustryGroup, | ||
uint8_t | UniqueID, | ||
uint8_t | NumberOfSelectionPairs, | ||
uint8_t | NumberOfParameterPairs, | ||
bool | Proprietary | ||
) |
Definition at line 366 of file N2kGroupFunction.cpp.