NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
File contains declaration for tActisenseReader class for reading Actisense format messages from stream. More...
Go to the source code of this file.
Classes | |
class | tActisenseReader |
Class for reading Actisense format messages. More... | |
Macros | |
#define | MAX_STREAM_MSG_BUF_LEN 300 |
Maximum length of the stream message buffer. More... | |
File contains declaration for tActisenseReader class for reading Actisense format messages from stream.
This is class for reading Actisense format messages from given stream and convert it to tN2kMsg. Converted tN2kMsg message can be then sent to the NMEA2000 bus with tNMEA2000::SendMsg();
Definition in file ActisenseReader.h.
#define MAX_STREAM_MSG_BUF_LEN 300 |
Maximum length of the stream message buffer.
Definition at line 61 of file ActisenseReader.h.