NMEA2000 Library  0.1
Library to handle NMEA 2000 Communication written in C++
ActisenseReader.h File Reference

File contains declaration for tActisenseReader class for reading Actisense format messages from stream. More...

#include "N2kMsg.h"
#include "N2kStream.h"
Include dependency graph for ActisenseReader.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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();

Note
There is an unresolved problem to use programming port with reading data. Read works fine for a while, but then stops. With e.g. Arduino Due USB port there is no problem.

Definition in file ActisenseReader.h.

Macro Definition Documentation

◆ MAX_STREAM_MSG_BUF_LEN

#define MAX_STREAM_MSG_BUF_LEN   300

Maximum length of the stream message buffer.

Definition at line 61 of file ActisenseReader.h.