NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Go to the source code of this file.
Macros | |
#define | EndOfText 0x03 |
#define | Escape 0x10 |
#define | MsgTypeN2kData 0x93 |
#define | MsgTypeN2kRequest 0x94 |
#define | StartOfText 0x02 |
#define EndOfText 0x03 |
Definition at line 58 of file ActisenseReader.cpp.
#define Escape 0x10 |
Definition at line 56 of file ActisenseReader.cpp.
#define MsgTypeN2kData 0x93 |
Definition at line 59 of file ActisenseReader.cpp.
#define MsgTypeN2kRequest 0x94 |
Definition at line 60 of file ActisenseReader.cpp.
#define StartOfText 0x02 |
Definition at line 57 of file ActisenseReader.cpp.